-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Closed
Labels
featureIs an improvement or enhancementIs an improvement or enhancementhelp wantedOpen to be worked onOpen to be worked onpriority: 2Low priority taskLow priority taskwaiting on authorWaiting on user action, correction, or updateWaiting on user action, correction, or update
Milestone
Description
🚀 Feature
See title
Motivation
When finishing training, either through keyboard interrupt, unexpected error, reaching the end of the intended training period, or any other means, it is very desirable to keep a checkpoint of the most recent state of our training.
Pitch
Imagine you need to interrupt the current training, but the last checkpoint was made hours ago, and you cannot wait for the next checkpoint to be saved in 3000 more steps. You need the system to drop a checkpoint for you when you stop the training.
Alternatives
Users could extend their own ModelCheckpoint to have an on_fit_end hook
nmertytchaton
Metadata
Metadata
Assignees
Labels
featureIs an improvement or enhancementIs an improvement or enhancementhelp wantedOpen to be worked onOpen to be worked onpriority: 2Low priority taskLow priority taskwaiting on authorWaiting on user action, correction, or updateWaiting on user action, correction, or update