Are model parameters after fitting the best or the last one? #13578
Answered
by
Struggle-Forever
Struggle-Forever
asked this question in
Lightning Trainer API: Trainer, LightningModule, LightningDataModule
-
When I use it like the following, does it use the best model by default? I remember that it defaults to the best model, but I can't find the documentation. trainer.fit(model)
result = trainer.test(model) |
Beta Was this translation helpful? Give feedback.
Answered by
Struggle-Forever
Jul 13, 2022
Replies: 1 comment 1 reply
-
have done |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Struggle-Forever
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
have done