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

allow save_epochs=0 to never save model weights while training #207

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

jkatofsky
Copy link

@jkatofsky jkatofsky commented Jul 23, 2020

I have a use case where I only want to save the model weights at the end of the training. This PR adds a check for save_epochs<=0 in the on_epoch_end callback to allow disabling all weights saving while training.

EDIT: sorry for the extra commits; did a rebase to master.

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

Successfully merging this pull request may close these issues.

None yet

1 participant