Skip to content

Enable Time Series dashboard when only image events are available. #5852

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

Conversation

bmd3k
Copy link
Contributor

@bmd3k bmd3k commented Aug 9, 2022

I noticed that for TensorBoards with only image events that the Time Series dashboard does not appear.

I suspect this was just an oversight when Images were added to the Time Series dashboard. There is a function in the Metrics (aka "Time Series") plugin, data_plugin_names() which lists all data types for which the plugin should be enabled. It currently lists scalars and histograms but does not list images. This change just adds images to that list.

@bmd3k bmd3k requested a review from yatbear August 9, 2022 15:47
@bmd3k bmd3k merged commit c770732 into tensorflow:master Aug 9, 2022
yatbear pushed a commit to yatbear/tensorboard that referenced this pull request Aug 9, 2022
…ensorflow#5852)

The Time Series dashboard was not appearing for TensorBoards with only image events.

We suspect this was just an oversight when Images were added to the Time Series dashboard. There is a function in the Metrics (aka "Time Series") plugin, data_plugin_names() which lists all data types for which the plugin should be enabled. It currently lists scalars and histograms but does not list images. This change just adds images to that list.
yatbear pushed a commit to yatbear/tensorboard that referenced this pull request Mar 27, 2023
…ensorflow#5852)

The Time Series dashboard was not appearing for TensorBoards with only image events.

We suspect this was just an oversight when Images were added to the Time Series dashboard. There is a function in the Metrics (aka "Time Series") plugin, data_plugin_names() which lists all data types for which the plugin should be enabled. It currently lists scalars and histograms but does not list images. This change just adds images to that list.
dna2github pushed a commit to dna2fork/tensorboard that referenced this pull request May 1, 2023
…ensorflow#5852)

The Time Series dashboard was not appearing for TensorBoards with only image events.

We suspect this was just an oversight when Images were added to the Time Series dashboard. There is a function in the Metrics (aka "Time Series") plugin, data_plugin_names() which lists all data types for which the plugin should be enabled. It currently lists scalars and histograms but does not list images. This change just adds images to that list.
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.

2 participants