aboutsummaryrefslogtreecommitdiffhomepage
path: root/RELEASE.md
diff options
context:
space:
mode:
authorGravatar Dan Mané <danmane@google.com>2016-09-09 16:07:46 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2016-09-09 17:19:12 -0700
commit54a7178849a7603de919e6cdc4f404b470f87d14 (patch)
treeb0fe52e6330545f45541504257ab2c9da626be2f /RELEASE.md
parentf51e1964b57ecce5f3b38d4156cf61e80e5c4181 (diff)
Merge changes from github.
Change: 132733397
Diffstat (limited to 'RELEASE.md')
-rw-r--r--RELEASE.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASE.md b/RELEASE.md
index 503f831848..212e296271 100644
--- a/RELEASE.md
+++ b/RELEASE.md
@@ -125,7 +125,7 @@ answered questions, and were part of inspiring discussions.
* Allow building against cuDNN 5 (not incl. RNN/LSTM support)
* Added instructions and binaries for ProtoBuf library with fast serialization and without 64MB limit
* Added special functions
-* `bool`-strictness: Tensors have to be explictly compared to `None`
+* `bool`-strictness: Tensors have to be explicitly compared to `None`
* Shape strictness: all fed values must have a shape that is compatible with the tensor they are replacing
* Exposed `tf.while_loop` (deprecated `control_flow_ops.While`)
* run() now takes RunOptions and RunMetadata, which enable timing stats