Skip to content

runs-table: do not match against exp name #5351

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

Merged
merged 2 commits into from
Oct 4, 2021

Conversation

stephanwlee
Copy link
Contributor

Runs table, when in comparison mode, is capable of rendering experiment
alias and show the full experiment name in the hover text. However,
because we are matching regex against experiment name that is not
visible without a user interaction, the match is quite surprising and is
surprising users.

This change removes an ability to match against the experiment name.

Runs table, when in comparison mode, is capable of rendering experiment
alias and show the full experiment name in the hover text. However,
because we are matching regex against experiment name that is not
visible without a user interaction, the match is quite surprising and is
surprising users.

This change removes an ability to match against the experiment name.
@google-cla google-cla bot added the cla: yes label Sep 29, 2021
@stephanwlee stephanwlee requested a review from bmd3k September 29, 2021 19:00
@stephanwlee stephanwlee merged commit ef3feb7 into tensorflow:master Oct 4, 2021
@stephanwlee stephanwlee deleted the no_exp_name branch October 4, 2021 23:40
yatbear pushed a commit to yatbear/tensorboard that referenced this pull request Mar 27, 2023
Runs table, when in comparison mode, is capable of rendering experiment
alias and show the full experiment name in the hover text. However,
because we are matching regex against experiment name that is not
visible without a user interaction, the match is quite surprising and is
surprising users.

This change removes an ability to match against the experiment name.
dna2github pushed a commit to dna2fork/tensorboard that referenced this pull request May 1, 2023
Runs table, when in comparison mode, is capable of rendering experiment
alias and show the full experiment name in the hover text. However,
because we are matching regex against experiment name that is not
visible without a user interaction, the match is quite surprising and is
surprising users.

This change removes an ability to match against the experiment name.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants