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

Add epoch and validation loss to checkpoint #181

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

calittle
Copy link

Update the checkpoint filename to include the epoch value and validation loss value so we sample against a checkpoint with a lower (or not!) validation loss. From Karpathy's char-rnn implementation.

Update the checkpoint filename to include the epoch value and validation loss value so we sample against a checkpoint with a lower (or not!) validation loss.
@ChrisCummins
Copy link
Collaborator

Looks good. I think versioning checkpoints on more parameters is a sensible idea. Quick question - why do we need to store both the epoch value, and iteration number? Can epochs not be derived from iteration count?

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.

2 participants