aboutsummaryrefslogtreecommitdiffhomepage
path: root/RELEASE.md
diff options
context:
space:
mode:
authorGravatar Eugene Brevdo <ebrevdo@google.com>2016-06-15 19:15:44 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2016-06-15 20:33:50 -0700
commit67d3c915a8dc5103a2c6e71a5c358a6fb33d9673 (patch)
treea7f0075f44c997ce0cd95b66550ea70b1bb6d1e3 /RELEASE.md
parent19376f7010507f5f690bba2176a429ee3436afeb (diff)
Move CTC out of contrib and document.
Change: 125022295
Diffstat (limited to 'RELEASE.md')
-rw-r--r--RELEASE.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/RELEASE.md b/RELEASE.md
index 35699fcfaf..72b0d84fad 100644
--- a/RELEASE.md
+++ b/RELEASE.md
@@ -1,6 +1,8 @@
# Changes Since Last Release
## Features & Improvements
+* Connectionist Temporal Classification ops are now "official" (see, e.g.,
+ `tf.nn.ctc_loss`)
* The RNN api is finally "official" (see, e.g., `tf.nn.dynamic_rnn`,
`tf.nn.rnn`, and the classes in `tf.nn.rnn_cell`).
* TensorBoard now has an Audio Dashboard, with associated audio summaries.