Implementing a callback that loads a checkpoint instead of using ckpt_path="..."
in Trainer
's fit()
, validate()
, and test()
methods
#19102
Unanswered
ibro45
asked this question in
Lightning Trainer API: Trainer, LightningModule, LightningDataModule
Replies: 1 comment
-
Would calling |
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,
I would like to implement a callback that does the same thing that
ckpt_path="..."
infit()
,validate()
, andtest()
does. Could you please give me a few pointers on what I should do/be careful about?Thank you!
Beta Was this translation helpful? Give feedback.
All reactions