Replies: 1 comment 1 reply
-
@ohwi there is no support for resuming in the middle of the epoch w/ the recovery, you'd have to resume at the start of the epoch you were in and it'd basically be equivalent to extending that epoch with repeated samples. If you reallly really wanted to do it, you'd have to parse out the batch idx from recovery filename and hack the train loop to start from there the first pass. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi. I'm looking for the way to resume with recovery weights, starting in the middle of epoch.
However, I could not find the way to do this.
How can I do this?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions