Home

Awesome

ENAS CIFAR-10 Implementation in PyTorch

"Efficient Neural Architecture Search via Parameter Sharing" implementation in PyTorch

Includes code for CIFAR-10 image classification task.

Paper: https://arxiv.org/abs/1802.03268

Authors: Hieu Pham*, Melody Y. Guan*, Barret Zoph, Quoc V. Le, Jeff Dean

Prerequisites

CIFAR-10

To run the ENAS experiments on the micro search space, please use:

python train_search.py

TODO

Acknowledgements

This implementation is based on