How to save checkpoint and later load it? #2244
Unanswered
syaifulnizamyahya
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have this to load existing checkpoint, if checkpoint doesnt exist, fit and save the checkpoint.
Later when I load the model and run test, the result is extremely low. Unlike when first run fit and test.
Here are my model, callbacks and engine setup.
What is the best way to save checkpoint and load checkpoint?
Beta Was this translation helpful? Give feedback.
All reactions