-
Notifications
You must be signed in to change notification settings - Fork 286
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
Added provision for resuming training from a checkpoint in case the training is interrupted #1381
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot for the PR, this looks great!
I left some comment to change some small things but otherwise this looks good to merge. Let me know if you have time to make the changes, otherwise I can do it later.
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## master #1381 +/- ##
=======================================
Coverage 85.38% 85.38%
=======================================
Files 130 130
Lines 5448 5448
=======================================
Hits 4652 4652
Misses 796 796 ☔ View full report in Codecov by Sentry. |
Revert reformatting This reverts commit 7d97116.
@guarin I made the changes as suggested. |
Thanks for the changes! I'll reformat and merge :) |
Added provision for resuming training from a checkpoint in case the training is interrupted.