-
If I resume training from a ckpt the dataset will continue right where it left off, right? |
Beta Was this translation helpful? Give feedback.
Answered by
erfanzar
Dec 24, 2023
Replies: 1 comment 5 replies
-
No it won't start where it left off from dataset but if the data is saved by easydel savers itself optimizers will resume on previous ckpt and load from last step |
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
erfanzar
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No it won't start where it left off from dataset but if the data is saved by easydel savers itself optimizers will resume on previous ckpt and load from last step