Can checkpoint_callback still be used to pass in a predefined ModelCheckpoint? #8354
andrei-rusu
started this conversation in
General
Replies: 1 comment
-
No, the model checkpoint callback should be passed in as part of the |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
Not sure if this is a bug or I'm just missing something, but it seems like I am no longer able to pass a ModelCheckpoint to the checkpoint_callback parameter, in the latest 1.3.8 version. Passing True works as expected, but a predefined checkpoint seems to be ignored and defaulted to None. Example code:
Beta Was this translation helpful? Give feedback.
All reactions