Logging multiple scalars to a single wandb chart #11960
-
During
On wandb this creates three charts with the headings Am I doing this wrong or do I need to call the wandb logger directly (which I try to avoid to keep the code logger agnostic). Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
hey @hogru! can you share some references to how wandb plots multiple charts? I don't think there is a direct API. Personally, I used to log them individually and combine them in a single chart afterward. But if there is an option to do that via its API, then we can look more and think about adding support for it if it's not already there. |
Beta Was this translation helpful? Give feedback.
-
Hello @rohitgr7, thank you for the quick response! You are right. I am new to both Pytorch Lightning and W&B and based on TensorBoard experience and looking at the possibility to log a dict I was assuming that there "must" be a way to do this. Now that I have seen that W&B allows to customize the graphs in their UI (and more importantly it keeps the setup across runs which is nice) I can do that within the W&B Web UI. Thanks again! |
Beta Was this translation helpful? Give feedback.
hey @hogru!
can you share some references to how wandb plots multiple charts? I don't think there is a direct API. Personally, I used to log them individually and combine them in a single chart afterward. But if there is an option to do that via its API, then we can look more and think about adding support for it if it's not already there.