Open haochange opened 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
Is training ENAS to discover CNN architecture working already? If it is in progress, why a run example is given?