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

Single values reported in task not visible in graph mode (comparing tasks) #202

Open
pktiuk opened this issue Jun 22, 2023 · 4 comments
Open

Comments

@pktiuk
Copy link

pktiuk commented Jun 22, 2023

Example usecase

I create a dataset and I want to have some simple metrics for comparing them (like total number of images, number of objects detected etc), co after creating dataset I report some single values

dataset.get_logger().report_single_value("number of images",images_num)

After creating some datasets in this convention I want to easily compare them by looking at plots and I see this:

image

I have to switch to other views like min values to see my value in Summary

image

Solution

Just generate a simple bar plot showing single values for different compared versions of my dataset

Desired solution:
image

@pktiuk pktiuk changed the title Single values reported in task not visible in Single values reported in task not visible in graph mode (comparing tasks) Jun 22, 2023
@ainoam
Copy link
Collaborator

ainoam commented Jun 22, 2023

Thanks for suggesting @pktiuk.

Adding a bar chart visualization is indeed on our roadmap.

@pktiuk
Copy link
Author

pktiuk commented Jun 22, 2023

Is your roadmap publicly available somewhere?

@ainoam
Copy link
Collaborator

ainoam commented Jun 27, 2023

While we don't have a publicly available roadmap at this time, we encourage users join the conversation both here and in the ClearML slack space to influence and get updates on our progress, upcoming features, and important announcements.

@pollfly
Copy link
Contributor

pollfly commented Nov 26, 2023

Hey @pktiuk! v1.13.0 is now out, supporting a visual comparison of single value scalars.

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

3 participants