MCPcopy Index your code
hub / github.com/BayesWatch/nas-without-training

github.com/BayesWatch/nas-without-training @v2.0

Chat with this repo
repository ↗ · DeepWiki ↗ · release v2.0 ↗ · + Follow
1,306 symbols 3,111 edges 121 files 263 documented · 20%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Neural Architecture Search Without Training

:warning: Note: this repository has been updated to reflect the second version of the paper to appear on arXiv 1 March. :warning:

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:

@misc{mellor2020neural,
    title={Neural Architecture Search without Training},
    author={Joseph Mellor and Jack Turner and Amos Storkey and Elliot J. Crowley},
    year={2020},
    eprint={2006.04647},
    archivePrefix={arXiv},
    primaryClass={cs.LG}
}

Core symbols most depended-on inside this repo

append
called by 260
datasets/LandmarkDataset.py
update
called by 50
autodl/procedures/optimizers.py
get_metrics
called by 36
nas_201_api/api.py
tolist
called by 29
models/cell_searchs/genotypes.py
get_metrics
called by 26
autodl/nas_201_api/api_utils.py
additive_func
called by 18
models/SharedUtils.py
copy
called by 15
datasets/landmark_utils/point_meta.py
ChannelWiseInter
called by 14
models/shape_searchs/SoftSelect.py

Shape

Method 877
Function 253
Class 176

Languages

Python100%

Modules by API surface

nas_201_api/api_utils.py72 symbols
autodl/nas_201_api/api_utils.py72 symbols
nas_201_api/api.py66 symbols
pycls/models/anynet.py53 symbols
pycls/core/meters.py51 symbols
nasspace.py44 symbols
pycls/models/resnet.py35 symbols
models/shape_searchs/SearchImagenetResNet.py34 symbols
models/shape_searchs/SearchCifarResNet.py34 symbols
models/shape_searchs/SearchCifarResNet_width.py33 symbols
models/cell_operations.py33 symbols
pycls/models/effnet.py30 symbols

For agents

$ claude mcp add nas-without-training \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact