Logging multiple metrics to hparams tab in tensorboard #8138
Unanswered
adobles96
asked this question in
Lightning Trainer API: Trainer, LightningModule, LightningDataModule
Replies: 1 comment
-
@adobles96 mind provide more information what is the implementation of your |
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.
-
Hi,
I've been trying to log multiple metrics to the hparam tab in tensorboard but haven't been able to do it. This is what I'm doing (mostly following the documentation):
When looking at tensorboard, the
'hp/*'
metrics show up fine in the scalars tab, but in nothing shows up in the hparams tab. What's interesting is that if I comment out theself.log
line invalidation_epoch_end
then I do see hparams in the hparams tab (but obviously not the metrics), so there seems to be a conflict between logging the metrics and seeing the hyperparameters in the hparams tab. Any ideas as to what I'm doing wrong?Beta Was this translation helpful? Give feedback.
All reactions