load_from_checkpoint vs trainer.test(..., ckpt_path=...) #9912
Unanswered
tall-josh
asked this question in
Lightning Trainer API: Trainer, LightningModule, LightningDataModule
Replies: 3 comments 4 replies
-
where are you checking the model weights? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Which version of Lightning are you using here? |
Beta Was this translation helpful? Give feedback.
1 reply
-
I'll try to reproduce the issue in a self-contained script. |
Beta Was this translation helpful? Give feedback.
2 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.
-
Hi I'm trying to test a model at a given checkpoint but when using:
I notice the weights of the model are different each time I run the code.
If I use
I get the expected behaviour?
Beta Was this translation helpful? Give feedback.
All reactions