Question about load checkpoint for my own model #11718
Unanswered
exiawsh
asked this question in
Lightning Trainer API: Trainer, LightningModule, LightningDataModule
Replies: 1 comment
-
hey @exiawsh ! two things here:
check out the note and examples here: https://pytorch-lightning.readthedocs.io/en/latest/common/lightning_module.html#load-from-checkpoint |
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.
-
Hello, I have defined my Lightning module like this


But when I load the checkpoint, I got error, how can I load my own cfg and checkpoint corrcetly?
Beta Was this translation helpful? Give feedback.
All reactions