ENAS-pytorch
ENAS-pytorch copied to clipboard
Discovering Convolutional Neural Networks is also in progress?
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