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

Continue training from a checkpoint #17

Open
Erfandarzi opened this issue May 11, 2020 · 1 comment
Open

Continue training from a checkpoint #17

Erfandarzi opened this issue May 11, 2020 · 1 comment

Comments

@Erfandarzi
Copy link

Erfandarzi commented May 11, 2020

Hey @simontomaskarlsson ,
Thanks for your great job!
Could you please guide me on how to continue training from an epoch, using saved .hdf5 models?
Thanks!

@simontomaskarlsson
Copy link
Owner

Hi @Erfandarzi, I would suggest using the keras function
model.load_weights("path_to_weights") before line 239,
and maybe force the correct epoch number to start on

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

2 participants