Skip to content
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

Combine scalars on WebUI #1335

Open
lolpa1n opened this issue Oct 8, 2024 · 1 comment
Open

Combine scalars on WebUI #1335

lolpa1n opened this issue Oct 8, 2024 · 1 comment

Comments

@lolpa1n
Copy link

lolpa1n commented Oct 8, 2024

Hello, i want make combined plot of 2 metrics, for example train/valid.

How to do it during training I understand, you need to add logging for one title

 logger.report_scalar(title="unified graph", series="series A", iteration=i, value=1. / (i + 1))
 logger.report_scalar(title="unified graph", series="series B", iteration=i, value=10. / (i + 1)) 

But how to combine graphs simply by selecting them in the interface? Is there such a possibility, because it is not possible to integrate this into training

@ainoam
Copy link
Collaborator

ainoam commented Nov 7, 2024

@lolpa1n Combining arbitrary scalar plots is not currently available, but we'll definitely consider adding this when the opportunity presents itself :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants