carpedm20 / ENAS-pytorch

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

errors when running #19

Open axiniu opened 6 years ago

axiniu commented 6 years ago

When I run this code by : 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

I get some errors. Would you please tell me what changes I shoud do to this code before I run it? Looking forward to your reply.