From 48408fc0e26669998cdb7f28604d163b0feb8130 Mon Sep 17 00:00:00 2001 From: Yifei Feng Date: Mon, 28 Nov 2016 14:31:19 -0800 Subject: [PATCH] Update release note for tensorboard (#5916) --- RELEASE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/RELEASE.md b/RELEASE.md index 7544ea577f7..17016308276 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -33,6 +33,7 @@ * Added a solver for ordinary differential equations, `tf.contrib.integrate.odeint`. * New contrib module for tensors with named axes, `tf.contrib.labeled_tensor`. +* Visualization of embeddings in TensorBoard. ## Breaking Changes to the API -- GitLab