Skip to content

Commit

Permalink
🍒: Cherry-pick fix that elevates Time Series dashboard for image only…
Browse files Browse the repository at this point in the history
… events to 2.10 branch (#5855)
  • Loading branch information
yatbear committed Aug 9, 2022
1 parent cd337cd commit 0defe92
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tensorboard/plugins/metrics/metrics_plugin.py
Expand Up @@ -292,7 +292,11 @@ def get_plugin_apps(self):
}

def data_plugin_names(self):
return (scalar_metadata.PLUGIN_NAME, histogram_metadata.PLUGIN_NAME)
return (
scalar_metadata.PLUGIN_NAME,
histogram_metadata.PLUGIN_NAME,
image_metadata.PLUGIN_NAME,
)

def is_active(self):
return False # 'data_plugin_names' suffices.
Expand Down

0 comments on commit 0defe92

Please sign in to comment.