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
I wanted to resume training my model. As the README file stated, the command to resume training is: ./train/train_resume.sh ./train/models/colornet_iter_[ITERNUMBER].solverstate [GPU_ID]
However, if you look at the train_resume.sh file, you see that the order of input argument is not consistent with the example provided. You should use this command: ./train/train_resume.sh [GPU_ID] ./train/models/colornet_iter_[ITERNUMBER].solverstate
The text was updated successfully, but these errors were encountered:
Hello,
I wanted to resume training my model. As the README file stated, the command to resume training is:
./train/train_resume.sh ./train/models/colornet_iter_[ITERNUMBER].solverstate [GPU_ID]
However, if you look at the train_resume.sh file, you see that the order of input argument is not consistent with the example provided. You should use this command:
./train/train_resume.sh [GPU_ID] ./train/models/colornet_iter_[ITERNUMBER].solverstate
The text was updated successfully, but these errors were encountered: