Can the optimizer state be saved to resume training later? #561
Unanswered
JonLangdon
asked this question in
Q&A
Replies: 1 comment
-
@JonLangdon -- not at this time. Currently, we can only save the model state. It's been on my mind, but not yet done. I'll open an issue on this. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a way to save the internal state of the optimizer (ie. the state_dict()) as can be done in pytorch? I have a long running training session and would like to be able to stop and restart training as needed. I am using Adam optimizer in for my model.
Beta Was this translation helpful? Give feedback.
All reactions