How to fix WandB plotting issues? #8390
Unanswered
djberenberg
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 having some trouble with a few of the visualizations available through the
WandBLogger
, I'm wondering if anyone has experienced similar issues.The steps to reproduce this involve something like:
stdout
.Below I am showing one example.
Here is the WandB visualization, note the loss for epoch 5:

and the terminal output for epoch 5:log_freq=1
, the gradient visualizations collapse. Screenshot seen below. Could this have to do with the fact that no gradients are reported during validation steps?Other info:
min_size
iteration paradigm, one (validation) dataset is much longer than the other.self.log_dict
in myLightningModule
to log/aggregate metricsBeta Was this translation helpful? Give feedback.
All reactions