-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BaseModel.Fit: Add Checkpoint Create Bool
When training, the first patience array figure is 1500 while the min_steps_to_checkpoint is 2000. This sets up a scenario where the the method tries to reset to a snapshot before a snapshot takes place. This commit tracks if checkpoint has been made and only allows a reset to happen if that's true.
- Loading branch information
Showing
1 changed file
with
30 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters