-
Notifications
You must be signed in to change notification settings - Fork 359
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: keras continue from cloud checkpoint (#10192)
What happened was an unfortunate combination of fancy context managers and early exits, where I was unwittingly deleting checkpoints before keras could read them, but only in the case of checkpoints from different trial IDs. I had tested pause/continue, which didn't have the bug. The new code is structurally incapable of the same bug, and has a regression test anyway.
- Loading branch information
1 parent
2afecfc
commit ea1c694
Showing
2 changed files
with
61 additions
and
30 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
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