-
Notifications
You must be signed in to change notification settings - Fork 747
[Feature]: Display two curves in one graph? #4449
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi @Freed-Wu, Yup, this is already possible. You can read about it in our docs here : https://docs.wandb.ai/ref/app/features/panels/line-plot#compare-two-metrics-on-one-chart |
Can it support tensorboard's |
Hey @Freed-Wu, Yes, |
I mean can it display multi curves in one graph like |
That is how can wandb display similar result with tensorboard? #4449 (comment) |
Hey @Freed-Wu, As I mentioned before, multiple curves are already supported. You will have to do some manual work to get these exactly the way you need them however. Here is a video to aid you with how to do this for any 2 plots: Screen.Recording.2022-11-15.at.12.31.32.AM.mov |
Hi @Freed-Wu, since we have not heard back from you we are going to close this request. If you would like to re-open the conversation, please let us know! |
Is it possible to do this automatically? Manually fiddling isn't ideal when many metrics are logged. It also liters workspace and requires deleting 'standalone', ungroupped graphs. It would be nice if logging a dict (with maybe additional flag |
I agree that this should be done automatically, since it's impractical and error prone to do this for every single figure. Especially when dealing with more than two curves. Suggested solution: copy tensorboard's functionality. |
I would also agree that it would be nice to do this automatically. |
Is there an update on this? I would also love this functionality. This is also already done for system metrics like GPU power usage for multi-gpu runs. Can't we do the same for other metrics? I tried to look in the Related: #3035 |
Uh oh!
There was an error while loading. Please reload this page.
Description
Can it display curves of same tag to one graph?
This is wandb:
This is tensorboard:
Suggested Solution
/
Alternatives
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: