How does callback_metrics in the Trainer class get populated? #6251
Unanswered
import-antigravity
asked this question in
Lightning Trainer API: Trainer, LightningModule, LightningDataModule
Replies: 0 comments
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.
-
I'm trying to incorporate Raytune into my code, and I saw that it uses the
Trainer.callback_metrics
property to get the metrics to report for hyperparameter tuning. Right now I'm logging my metrics directly in Tensorboard with a callback. How can I make sure they show up incallback_metrics
?Beta Was this translation helpful? Give feedback.
All reactions