carpedm20 / ENAS-pytorch

PyTorch implementation of "Efficient Neural Architecture Search via Parameters Sharing"
Apache License 2.0
2.69k stars 494 forks source link

Discovering Convolutional Neural Networks is also in progress? #40

Open haochange opened 5 years ago

morawi commented 5 years ago

Is training ENAS to discover CNN architecture working already? If it is in progress, why a run example is given?

python main.py --network_type cnn --dataset cifar --controller_optim momentum --controller_lr_cosine=True \
               --controller_lr_max 0.05 --controller_lr_min 0.0001 --entropy_coeff 0.1