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

Automatic checkpointing #31

Open
Zahlii opened this issue Oct 7, 2017 · 1 comment
Open

Automatic checkpointing #31

Zahlii opened this issue Oct 7, 2017 · 1 comment
Assignees

Comments

@Zahlii
Copy link

Zahlii commented Oct 7, 2017

Hi,

Would it be possible to automatically save the "best" model run in terms of global loss?

Maybe in a way similar to how https://keras.io/callbacks/#modelcheckpoint works?
I had different runs with about 2.000 epochs where the loss would go down to about 5.5 after 1.200 runs just to skyrocket and settle at around 1E7 in the end, with no way to access the intermediate results.

Best regards

@geffy
Copy link
Owner

geffy commented Oct 7, 2017

Hi, yes, it's possible, will add it to my todos.
Possible workaround for now: in loop fit model for several iterations, check loss and save if needed.

@geffy geffy self-assigned this Oct 7, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants