This repo is the official implementation of "Surrogate-assisted evolutionary neural architecture search with network embedding"
CIFAR-10
Nasbench-101: https://github.com/google-research/nasbench (nasbench_full.tfrecord)
Nasbench-201: https://github.com/D-X-Y/NAS-Bench-201 (NAS-Bench-201-v1_0-e61699.pth )
Nasbench-301: https://github.com/automl/nasbench301 (v1.0)
Download the datasets for different Nasbench spaces and change the location of nas_bench_dir in nasbench.yaml
bash scripts/data_json.sh
bash scripts/search.sh
If you find this project useful in your research, please consider cite:
@article{fan2022surrogate,
title={Surrogate-assisted evolutionary neural architecture search with network embedding},
author={Fan, Liang and Wang, Handing},
journal={Complex \& Intelligent Systems},
pages={1--19},
year={2022},
publisher={Springer}
}