Skip to content

Our code for the 2nd place solution for the CVPR-NAS 2021 Track 3 competition

License

Notifications You must be signed in to change notification settings

SimonSchrodi/meta_nas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

meta_nas

Contents

Testing our code locally.

As described in starter_kit/README.md, it is easy for us to test our code locally. Download the public data and place it in starter_kit. Then update this line with the code you want to test (e.g., dev_submission, unedited_sample_submission, etc). Then run:

cd starter_kit
make all data=public_data id=my_local_test

Running SMAC to find architecture candidates

The smac implementation is based off of nas_benchmarks This needs smac==0.10.0, the latest version will throw an error!

pip install smac==0.10.0
python dev_nas/run_smac.py --dataset_path ../../public_data/devel_dataset_0

Acknowledgements

About

Our code for the 2nd place solution for the CVPR-NAS 2021 Track 3 competition

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •