ENAS-pytorch icon indicating copy to clipboard operation
ENAS-pytorch copied to clipboard

Discovering Convolutional Neural Networks is also in progress?

Open haochange opened this issue 6 years ago • 1 comments

haochange avatar Jan 30 '19 01:01 haochange

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

morawi avatar Mar 13 '19 12:03 morawi