Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resume Training #92

Open
amoazeni75 opened this issue May 24, 2021 · 0 comments
Open

Resume Training #92

amoazeni75 opened this issue May 24, 2021 · 0 comments

Comments

@amoazeni75
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant