You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hello, guys. I have implemented ENAS-pytorch on my computer. When I run this command: python main.py --network_type rnn --dataset ptb --controller_optim adam --controller_lr 0.00035 --shared_optim sgd --shared_lr 20.0 --entropy_coeff 0.0001
i got a SyntaxError as the picture shown:
The text was updated successfully, but these errors were encountered:
Wow, it seems working well when I remove the f. Thanks for your help!
By the way, the version of Python I used is 3.5. how the f works in Python 3.6, and why it can't work in Python 3.5.
I am sorry for the inconvenience. @beduffy
hello, guys. I have implemented ENAS-pytorch on my computer. When I run this command:
python main.py --network_type rnn --dataset ptb --controller_optim adam --controller_lr 0.00035 --shared_optim sgd --shared_lr 20.0 --entropy_coeff 0.0001
i got a SyntaxError as the picture shown:
The text was updated successfully, but these errors were encountered: