D-X-Y / AutoDL-Projects

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

how do I search from scratch? #9

Closed siddikui closed 5 years ago

siddikui commented 5 years ago

That's a very nice paper and thanks for the repo. Training scripts on searched architectures just worked, however, I have been unable to figure out which scripts to use to search the cells from scratch. Thank you.

D-X-Y commented 5 years ago

Sorry for the inconvenience. Since our extension version is under review, we can not release the searching code right now. If you have any questions w.r.t. the searching procedure, I'm glad to help solve your problems.

MarioProjects commented 5 years ago

Still under review? Could you share more info? Thanks

D-X-Y commented 5 years ago

@MarioProjects Journal papers usually need more than 6 months for the first round of review. Sorry about that. If you have any questions, would you mind to open an issue or directly email me? I'm willing to help solve your questions.

D-X-Y commented 4 years ago

@siddikui @MarioProjects Sorry for the inconvenience. 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