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

Possibility to choose any scalar for horizontal x-axis #1186

Open
jdn-kvantify opened this issue Jan 10, 2024 · 1 comment
Open

Possibility to choose any scalar for horizontal x-axis #1186

jdn-kvantify opened this issue Jan 10, 2024 · 1 comment

Comments

@jdn-kvantify
Copy link

Proposal Summary

When viewing scalar graphs it would be nice to be able to choose any scalar as horizontal axis, e.g. an epoch counter or total train instance counter (that is something I usually log anyway).

Motivation

Makes it easier to compare the evolution of experiments that have been run with different batch sizes and hence different amount of data having been processed with each step. As a workaround I usually log scalars with a step value that is incremented by the number of data instances processed, but would be nice to be able to switch around between different (monotonically increasing) scalar values.

@Antho1426
Copy link

Hi @jdn-kvantify,
Thank you for opening this issue! This feature request also interests me a lot 🙏.
In my case, I would like to be able to freely change the x-axis label from "Iterations" (apparently fixed for now) to "Epochs" for some specific scalars only.
Below is an example where I log mIoU over epochs (on the left) and time over iterations (on the right). As you can see, it would be very nice to be able to change the x-axis label only for the plot on the left from default "Iterations" to "Epochs" to make it clearer! 😃
2024-02-01_09-08-30_ClearMLX-AxisLabelIssue

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