How to Log Metrics (eg. Validation Loss, Accuracy) To TensorBoard Hparams? #6904
Answered
by
SkafteNicki
athenawisdoms
asked this question in
Lightning Trainer API: Trainer, LightningModule, LightningDataModule
-
Beta Was this translation helpful? Give feedback.
Answered by
SkafteNicki
Apr 9, 2021
Replies: 1 comment 2 replies
-
I think it is explained very well in this section of the documentation: |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
athenawisdoms
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think it is explained very well in this section of the documentation:
https://pytorch-lightning.readthedocs.io/en/latest/extensions/logging.html#logging-hyperparameters
Basically, you just need to overwrite the
hp_metric
tag with whatever value you want to show up in theHPARAMS
tab in tensorboard.