Load model saved with pytorch lightning without pytorch lightning installed? #7059
Unanswered
radiobotics-djernaes
asked this question in
Lightning Trainer API: Trainer, LightningModule, LightningDataModule
Replies: 1 comment 1 reply
-
Sadly, the answer currently is: no, not always. We are working on improving this so that these checkpoints can be loaded independently of Lightning! It's a priority for us after 1.3! |
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.
-
Hey,
as the title says. Is it possible to load the pytorch-lightning .ckpt file without using pytorch lightning? I would prefer to not have pytorch lightning installed in my inference .env and was wondering, if I could load it using purely pytorch?
Beta Was this translation helpful? Give feedback.
All reactions