How to log hyperparams, so they can be viewed in "HPARAMS" tab of Tensorboard? #19960
Unanswered
adosar
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
-
I am trying to log my hyperparameters with their metric values, so I can view them (compare runs with different hparams) under the "HPARAMS" tab of Tensorboard.
From the docs (I don't know if there is something more relevant), I tried the following snippet:
However, I am getting the following:
TLDR
Is there any way to get the output of add_hparams with Pytorch Lightning?
Beta Was this translation helpful? Give feedback.
All reactions