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

Fix the issue with coloring when trying to add more experiments. #6861

Merged
merged 1 commit into from
Jun 4, 2024

Conversation

AnuarTB
Copy link
Contributor

@AnuarTB AnuarTB commented Jun 4, 2024

There was a problem when user tried to 1) enable coloring by experiment name, 2) trying to add more experiments. It stemmed from not implementing the serialization and deserialization of REGEX_BY_EXP in the query pararms of the route. To followup the #6846 and #6847 I have added the 'regex_exp:' as a query parameter for coloring by experiment name.

Motivation for features / changes

To fix the issue with the new feature.

Technical description of changes

Added regex_exp: query param for serialization and deserialization of REGEX_BY_EXP GroupBy. It ensures that whenever user share the URL the filter will remain in place.

Screenshots of UI changes (or N/A)

Detailed steps to verify changes work correctly (as executed by you)

  1. Enable the coloring by experiment name.
  2. Try to add more experiments via pressing Add more experiments in the top panel.

Alternate designs / implementations considered (or N/A)

@AnuarTB AnuarTB requested a review from arcra June 4, 2024 03:31
@AnuarTB AnuarTB requested a review from hoonji June 4, 2024 04:55
Copy link
Member

@hoonji hoonji left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the fix!

tensorboard/webapp/routes/dashboard_deeplink_provider.ts Outdated Show resolved Hide resolved
There was a problem when user tried to 1) enable coloring by experiment
name, 2) trying to add more experiments. It stemmed from not
implementing the serialization and deserialization of REGEX_BY_EXP in
the query pararms of the route. To followup the tensorflow#6846 and tensorflow#6847 I have
added the 'regex_exp:' as a query parameter for coloring by experiment
name.
@AnuarTB AnuarTB merged commit c3fd2b5 into tensorflow:master Jun 4, 2024
13 checks passed
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

Successfully merging this pull request may close these issues.

None yet

3 participants