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
command: python mnist_cifar/main.py --model wrn-28-2 --data cifar --resume models/model.pt --start-epoch 20
The model is still retrained and cannot be trained from where it was interrupted。why?
The text was updated successfully, but these errors were encountered:
I believe this is an issue with printing the wrong epoch number. From the code, it seems it should work right, but the logged epoch number starts again from 1.
command: python mnist_cifar/main.py --model wrn-28-2 --data cifar --resume models/model.pt --start-epoch 20
The model is still retrained and cannot be trained from where it was interrupted。why?
The text was updated successfully, but these errors were encountered: