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

Group colours by regex of the experiment name (UI). #6847

Merged
merged 8 commits into from
May 20, 2024

Conversation

AnuarTB
Copy link
Contributor

@AnuarTB AnuarTB commented May 7, 2024

NOTE: This PR is a continuation of #6846.

Motivation for features / changes

Users want to color runs by the regex string of the corresponding to runs experiment names.

Technical description of changes

  • Added new GroupBy type, REGEX_BY_EXP.
  • Added a dropdown in dialog window, so users could select between regex for run name or experiment name.

Screenshots of UI changes (or N/A)

N/A since internal change.

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

  • Run tensorboard.corp server.
  • Click on color grouping icon and select Regex.
  • Select Experiment Name in dropdown.

Alternate designs / implementations considered (or N/A)

N/A

@roseayeon
Copy link
Contributor

roseayeon commented May 7, 2024

Build is failing now. Have you confirmed that TAP presubmit has passed?

Oh I think expect_angular_material_core should be included in this PR

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.

Interesting code! Thanks for also cleaning up issues in the existing feature.

@AnuarTB
Copy link
Contributor Author

AnuarTB commented May 10, 2024

Now the only part left is to make a commit for feature flag. I will try to make it in this PR as well.

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 updates! Just a few more items

@AnuarTB AnuarTB requested review from hoonji and roseayeon May 16, 2024 07:37
@AnuarTB AnuarTB force-pushed the regex_feature_1 branch 2 times, most recently from 927c819 to e9d038a Compare May 17, 2024 01:34
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.

New changes look great, I'll approve as soon as the CI issues are fixed (please request re-review when it's green)

Copy link
Contributor

@roseayeon roseayeon left a comment

Choose a reason for hiding this comment

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

LGTM! please merge this PR if CI passes

@AnuarTB AnuarTB requested a review from hoonji May 17, 2024 13:18
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.

Looks great, thanks for the keras workaround!

@AnuarTB AnuarTB merged commit 7df7ad9 into tensorflow:master May 20, 2024
13 checks passed
AnuarTB pushed a commit that referenced this pull request May 21, 2024
This was missing when #6847 was merged, but it's causing some build
errors in internal repo due to more strict dependency checks (this
target is currently used via transitive dependencies).
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