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 what-if tool display issue on example loading without inference #1898

Merged
merged 16 commits into from
Feb 26, 2019

Conversation

jameswex
Copy link
Contributor

  • Motivation for features / changes

Fixes issue discussed in #1794. When loading just examples, without inferring through a model (such as loading data from a csv file), still need to call refreshDive_ to fully refresh the dataset display, including calculating statistics.

  • Technical description of changes

Call refreshDive_ in updateExampleContents instead of just calling updateSprite

  • Screenshots of UI changes

N/A

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

Run TensorBoard What-If Tool and provide csv file as examples to load. Navigate to "Features" tab after loading and see that Facets Overview is correctly rendered.

Ran What-If Tool demos to verify no adverse effects in other cases of data/models.

  • Alternate designs / implementations considered

Copy link
Contributor

@stephanwlee stephanwlee left a comment

Choose a reason for hiding this comment

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

We should invest in some basic tests after this :(

@jameswex jameswex merged commit 2b270f0 into tensorflow:master Feb 26, 2019
@jameswex jameswex deleted the overviewfix branch February 26, 2019 16:54
wchargin pushed a commit to wchargin/tensorboard that referenced this pull request Mar 5, 2019
…ensorflow#1898)

When loading just examples, without inferring through a model (such as loading data from a csv file), still need to call refreshDive_ to fully refresh the dataset display, including calculating statistics.
@wchargin wchargin mentioned this pull request Mar 5, 2019
wchargin pushed a commit that referenced this pull request Mar 6, 2019
…1898)

When loading just examples, without inferring through a model (such as loading data from a csv file), still need to call refreshDive_ to fully refresh the dataset display, including calculating statistics.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants