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

CheckPoint option #70

Open
QuandoSJ opened this issue Mar 8, 2020 · 1 comment
Open

CheckPoint option #70

QuandoSJ opened this issue Mar 8, 2020 · 1 comment

Comments

@QuandoSJ
Copy link

QuandoSJ commented Mar 8, 2020

Is there a option for me to save checkpoint while training and then continue training from the checkpoint. Cause right now I cannot start from where I stopped but to start over again

@magloiretouh
Copy link

The model is saved at the end of each epoch if the total loss is less than the previous epoch total loss. This is done using a ModelCheckpoint callback. So to resume where you left off, you just have to use the load option the next time you want to initialize your training

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