From 0c8417f1d91078941f52fab54d9827f037fea9d7 Mon Sep 17 00:00:00 2001 From: Dan Smilkov Date: Tue, 1 Nov 2016 19:35:17 -0800 Subject: [PATCH] Enable the embeddings tab in TensorBoard and release new version. Change: 137905523 --- .../components/tf_globals/globals.ts | 11 +- .../tensorboard/dist/tf-tensorboard.html | 9091 +++++++++++++++-- 2 files changed, 8458 insertions(+), 644 deletions(-) diff --git a/tensorflow/tensorboard/components/tf_globals/globals.ts b/tensorflow/tensorboard/components/tf_globals/globals.ts index 36a7072a7ff..33feb26d238 100644 --- a/tensorflow/tensorboard/components/tf_globals/globals.ts +++ b/tensorflow/tensorboard/components/tf_globals/globals.ts @@ -15,15 +15,12 @@ limitations under the License. /* tslint:disable:no-namespace */ module TF.Globals { - const PROJECTOR_LAUNCHED = false; // The names of TensorBoard tabs. - export var TABS = - ['scalars', 'images', 'audio', 'graphs', 'distributions', 'histograms']; - - if (PROJECTOR_LAUNCHED) { - TABS.push('embeddings'); - } + export var TABS = [ + 'scalars', 'images', 'audio', 'graphs', 'distributions', 'histograms', + 'embeddings' + ]; // If true, TensorBoard stores its hash in the URI state. // If false, tab switching in TensorBoard will not update location hash, diff --git a/tensorflow/tensorboard/dist/tf-tensorboard.html b/tensorflow/tensorboard/dist/tf-tensorboard.html index 49117764333..7ac22237241 100644 --- a/tensorflow/tensorboard/dist/tf-tensorboard.html +++ b/tensorflow/tensorboard/dist/tf-tensorboard.html @@ -39,68 +39,10 @@ limitations under the License. + -