aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Shanqing Cai <cais@google.com>2018-06-08 13:59:39 -0400
committerGravatar GitHub <noreply@github.com>2018-06-08 13:59:39 -0400
commitd33c12188f09d49c2bf0c912702836071ffcc5ae (patch)
treed1911dfd0e5d5518303bbba64bd6eb3e3ceafee7
parentda68f5f45b6b568fecffd53cba0ce382f0d034f9 (diff)
Update RELEASE.md for tfdbg bug fix in 1.9.0 (#19846)
-rw-r--r--RELEASE.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASE.md b/RELEASE.md
index 18e5dfb16e..e09e9c6190 100644
--- a/RELEASE.md
+++ b/RELEASE.md
@@ -22,7 +22,7 @@
* `tf.keras.Model.save_weights` now saves in TensorFlow format by default.
* Enable dataset iterators to be passed to `tf.keras.Model` training/eval methods.
* Accelerated Linear Algebra (XLA):
-* TensorFlow Debugger (tfdbg) CLI:
+* TensorFlow Debugger (tfdbg): fix an issue in which the TensorBoard Debugger Plugin could not handle total source file size exceeding gRPC message size limit (4 MB).
* `tf.contrib`:
* Add `tf.contrib.data.choose_from_datasets()`.
* `tf.contrib.data.make_csv_dataset()` now supports line breaks in quoted strings. Two arguments were removed from `make_csv_dataset`.