This repository is for anonymous ICLR2021 submission link
To install requirements:
Python >= 3.7, PyTorch >= 1.0.0, torchvision >= 0.2.1, opencv
Instructions for acquiring PTB can be found here.
NASBench-201 API installation and ImageNet-16-120 dataset can be found here
Please put all the dataset in the ./data
folder.
cd search_cnn_nasbench
bash run.sh
cd search_cnn_darts
bash run.sh
cd search_cnn_rdarts
bash run.sh
cd search_rnn_darts
bash run.sh
Please follow the notebook examples in ./search_cnn_nasbench/InstructionForSelection.ipynb
.
TBA
TBA
TBA
Our work is based on the code of following papers (DARTS, RandomNAS, NASBench-201, SPOS, Robust-DARTS). Also if EPS is good for you, please consider cite:
@article{liu2018darts,
title={Darts: Differentiable architecture search},
author={Liu, Hanxiao and Simonyan, Karen and Yang, Yiming},
journal={arXiv preprint arXiv:1806.09055},
year={2018}
}
@article{li2019random,
title={Random search and reproducibility for neural architecture search},
author={Li, Liam and Talwalkar, Ameet},
journal={arXiv preprint arXiv:1902.07638},
year={2019}
}
@article{guo2019single,
title={Single path one-shot neural architecture search with uniform sampling},
author={Guo, Zichao and Zhang, Xiangyu and Mu, Haoyuan and Heng, Wen and Liu, Zechun and Wei, Yichen and Sun, Jian},
journal={arXiv preprint arXiv:1904.00420},
year={2019}
}
@article{dong2020bench,
title={NAS-Bench-102: Extending the Scope of Reproducible Neural Architecture Search},
author={Dong, Xuanyi and Yang, Yi},
journal={arXiv preprint arXiv:2001.00326},
year={2020}
}
@inproceedings{zela2020understanding,
title={Understanding and Robustifying Differentiable Architecture Search},
author={Arber Zela and Thomas Elsken and Tonmoy Saikia and Yassine Marrakchi and Thomas Brox and Frank Hutter},
booktitle={International Conference on Learning Representations},
year={2020},
url={https://openreview.net/forum?id=H1gDNyrKDS}
}
@inproceedings{
anonymous2021improving,
title={Improving Random-Sampling Neural Architecture Search by Evolving the Proxy Search Space},
author={Anonymous},
booktitle={Submitted to International Conference on Learning Representations},
year={2021},
url={https://openreview.net/forum?id=qk0FE399OJ},
note={under review}
}