How to monitor tensorboard logged scalar in modelcheckpoint? #7184
Answered
by
justusschock
ghost
asked this question in
Lightning Trainer API: Trainer, LightningModule, LightningDataModule
-
If I save scalar log like this,
How to monitor valid loss in Modelcheckpoint? |
Beta Was this translation helpful? Give feedback.
Answered by
justusschock
Apr 23, 2021
Replies: 1 comment 2 replies
-
you need to call it with self.log instead (we automate the rest for you), so that we are aware of you logging it :) |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
you need to call it with self.log instead (we automate the rest for you), so that we are aware of you logging it :)