D-X-Y / AutoDL-Projects

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

question about search model code? #21

Closed qinb closed 4 years ago

qinb commented 5 years ago

Hi Buddy, Thanks for your great work! Do you plan to share your search model code ? and what time about it? looking forward to your answer !

D-X-Y commented 4 years ago

Hi, @qinb , we just released the searching codes for TAS (https://github.com/D-X-Y/NAS-Projects#network-pruning-via-transformable-architecture-search). We will release SETN and GDAS soon.

xieydd commented 4 years ago

Awesome work.

D-X-Y commented 4 years ago

@qinb 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