Is trainer.callback_metrics after trainer.fit() of the last epoch? #18398
Unanswered
libokj
asked this question in
Lightning Trainer API: Trainer, LightningModule, LightningDataModule
Replies: 1 comment
-
Never mind. Found the answers by reading the source code. Calling There doesn't seem to be a straightforward way to get the training and validation metrics of the best model as monitored by |
Beta Was this translation helpful? Give feedback.
0 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.
Uh oh!
There was an error while loading. Please reload this page.
-
Is
trainer.callback_metrics
accessed after atrainer.fit
call the logged metrics of the last epoch? Or is it the metrics of the best checkpoint if ModelCheckpoint is included in the callbacks?Beta Was this translation helpful? Give feedback.
All reactions