Get best metrics after call to trainer.fit without evaluating best model on val set again #9016
Answered
by
Gateway2745
Gateway2745
asked this question in
Lightning Trainer API: Trainer, LightningModule, LightningDataModule
-
Hi. I have a |
Beta Was this translation helpful? Give feedback.
Answered by
Gateway2745
Aug 21, 2021
Replies: 1 comment
-
Can be accessed with checkpoint_callback.best_model_score. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Gateway2745
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Can be accessed with checkpoint_callback.best_model_score.