提交 0c8417f1 编写于 作者: D Dan Smilkov 提交者: TensorFlower Gardener

Enable the embeddings tab in TensorBoard and release new version.

Change: 137905523
上级 61233e2b
......@@ -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,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册