How to plot multiple scalars in Tensorboard in the same figure without spamming the experiment list? #14332
Unanswered
noamzilo
asked this question in
Lightning Trainer API: Trainer, LightningModule, LightningDataModule
Replies: 1 comment
-
bump |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I also asked this here
I want to create graphs like this one
https://i.stack.imgur.com/aRES4.png
but without causing spam like this
https://i.stack.imgur.com/44X0B.png
All I could find was this answer, which explains only either how to plot such a multi-scalar graph with spam, or avoid spam while splitting the graphs.
How can I just get multiple scalars into a single graph?
Code (using pytorch lightning):
code for separate graphs:
and for united graphs which disorganize the plot list
Again, I want a single graph, that won't spam the experiment list in tensorboard. Is that doable?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions