2024-04-18 12:09:45 +02:00
v2
2021-02-26 16:12:51 +00:00
2021-08-06 16:44:44 +01:00
v2
2021-02-26 16:12:51 +00:00
v2
2021-02-26 16:12:51 +00:00
v2
2021-02-26 16:12:51 +00:00
v2
2021-02-26 16:12:51 +00:00
v2
2021-02-26 16:12:51 +00:00
2024-04-17 18:38:30 +02:00
2024-04-17 18:38:30 +02:00
2024-04-18 12:09:45 +02:00
v2
2021-02-26 16:12:51 +00:00
v2
2021-02-26 16:12:51 +00:00
v2
2021-02-26 16:12:51 +00:00
2021-05-11 11:51:48 +01:00
v2
2021-02-26 16:12:51 +00:00
v2
2021-02-26 16:12:51 +00:00
v2
2021-02-26 16:12:51 +00:00
v2
2021-02-26 16:12:51 +00:00
v2
2021-02-26 16:12:51 +00:00

Neural Architecture Search Without Training

⚠️ Note: this repository has been updated to reflect the second version of the paper For the original version of the paper, refer to the tag v1.0.⚠️

Usage

Create a conda environment using the env.yml file

conda env create -f env.yml

Activate the environment and follow the instructions to install

Install nasbench (see https://github.com/google-research/nasbench)

Download the NDS data from https://github.com/facebookresearch/nds and place the json files in naswot-codebase/nds_data/ Download the NASbench101 data (see https://github.com/google-research/nasbench) Download the NASbench201 data (see https://github.com/D-X-Y/NAS-Bench-201)

Reproduce all of the results by running

./scorehook.sh

The code is licensed under the MIT licence.

Citing us

If you use or build on our work, please consider citing us:

@inproceedings{mellor2021neural,
    title={Neural Architecture Search without Training},
    author={Joseph Mellor and Jack Turner and Amos Storkey and Elliot J. Crowley},
    year={2021},
    booktitle={International Conference on Machine Learning}
}
Description
No description provided
Readme 945 KiB
Languages
Python 99.5%
Shell 0.5%