-
Hi there, !python train.py --num_epochs 5 --batch_size 128 --hidden_units 128 --learning_rate 0.003
Thank you very much. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
In your computer you shuld only write |
Beta Was this translation helpful? Give feedback.
In your computer you shuld only write
python train.py --num_epochs 5 --batch_size 128 --hidden_units 128 --learning_rate 0.003
without the "!" and in the terminal, the "!" only works in google colab and jupyter notebooks.