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
Hi,
I use the train_imagenet.py to train the searched architecture following the guidance in README.
I train the code on 4 GPUs. All the hyperparameters follow the guidance in README with --num-gpu=4
But I got 'Loss NAN' at the very beginning of the training.
The text was updated successfully, but these errors were encountered:
Edit:
looks like the loss is far too high at the beginning and learn rate is set to 0.01:
cifar10 Train Epoch #1: 0%| | 1/391 [04:22<28:26:08, 262.48s/it, loss=2.71e+8
Hi,
I use the train_imagenet.py to train the searched architecture following the guidance in README.
I train the code on 4 GPUs. All the hyperparameters follow the guidance in README with --num-gpu=4
But I got 'Loss NAN' at the very beginning of the training.
The text was updated successfully, but these errors were encountered: