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

I want to stop and resume the training continuously. #31

Open
bemoregt opened this issue Mar 13, 2020 · 3 comments
Open

I want to stop and resume the training continuously. #31

bemoregt opened this issue Mar 13, 2020 · 3 comments

Comments

@bemoregt
Copy link

Hi, @markstrefford @owang @sridharmahadevan @akanimax @huangzh13

I want to stop and resume the training continuously with saved model.

My resuming commad : "$ python3 train.py --start 300" # I stop at 350 epoch

But, My Training sample is started from the scratch. --;

What's wrong to me ??

Thanks.
Best,
@bemoregt.

@materialvision
Copy link

I am also curious about this. The start flag does not seem to resume the training, only store with another number for the files... It would be great to have a resume flag.

@ademus4
Copy link

ademus4 commented Jul 5, 2021

Also want to be able to continue from a given point. I tried just now, after training for 100 epoch, starting at 101, it appears to have started from scratch again.

@ademus4
Copy link

ademus4 commented Jul 7, 2021

Ah figured this out; you can set the path to the previous weights (generator and discriminator), using the input parameters in the train.py file, lines 35 to 51

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

3 participants