D-X-Y / AutoDL-Projects

Automated deep learning algorithms implemented in PyTorch.
MIT License
1.56k stars 281 forks source link

Can you share the code of the search model? #2

Closed SuSuXia closed 5 years ago

D-X-Y commented 5 years ago

Sorry about that. Since our extension version is under review, we can not release the searching code right now.

SuSuXia commented 5 years ago

Thank you, and will this part of the code be shared later?

D-X-Y commented 5 years ago

Thank you, and will this part of the code be shared later?

Yes, this part of codes will be shared upon the acceptance of our following work.

sebwal commented 4 years ago

Any update on this?

D-X-Y commented 4 years ago

@sebwal , Please see the instructions at here https://github.com/D-X-Y/NAS-Projects#searching-on-the-nasnet-search-space You can use GDAS to search on the DARTS search space by:

CUDA_VISIBLE_DEVICES=0 bash ./scripts-search/GDAS-search-NASNet-space.sh cifar10 1 -1

or on the NAS-bench-102 search space by:

CUDA_VISIBLE_DEVICES=0 bash ./scripts-search/algos/GDAS.sh     cifar10 -1
D-X-Y commented 4 years ago

@SuSuXia , all searching codes are released in the up-to-date version of this repo. Sorry for the inconvenience.