Can I merge multiple ModelCheckpoint
s?
#12202
Unanswered
ShaneTian
asked this question in
Lightning Trainer API: Trainer, LightningModule, LightningDataModule
Replies: 1 comment 5 replies
-
hey @ShaneTian ! yes, this should work. Modelcheckpoint is a callback that is independent of other callbacks, so individual instances for it will work. |
Beta Was this translation helpful? Give feedback.
5 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.
-
This is the pseudo code about my multiple
ModelCheckpoint
s:This looks wordy. I want to know if there is a better way to achieve the exact same functionality.
Thanks :)
Beta Was this translation helpful? Give feedback.
All reactions