Loading several checkpoints gives and error #13449
Unanswered
YerePhy
asked this question in
Lightning Trainer API: Trainer, LightningModule, LightningDataModule
Replies: 1 comment 1 reply
-
It looks to me that the issue is specific to neither "several checkpoints" nor PyTorch Lightning itself.
|
Beta Was this translation helpful? Give feedback.
1 reply
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,
I am trying to load several checkpoints in order to make an ensemble-like prediction. The
__init__
of myLightningModule
looks like this:I'm loading the checkpoints like this:
Then I get the following error:
Very weird since I am not using any dataloader in my script.
Beta Was this translation helpful? Give feedback.
All reactions