aboutsummaryrefslogtreecommitdiffhomepage
path: root/RELEASE.md
diff options
context:
space:
mode:
authorGravatar Eugene Brevdo <ebrevdo@google.com>2017-08-30 09:27:00 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-08-30 09:30:40 -0700
commit48e3b625410d4854296c6ddc8a2b102d25e483ba (patch)
tree10223533b24bc3632f8c575b8096422ad5288548 /RELEASE.md
parentf9c5e921dd7058ea517a3d984b2e161d8dd19cee (diff)
Delete tf.contrib.training.python_input.
It has been replaced by tf.contrib.data.Dataset.from_generator. PiperOrigin-RevId: 167004190
Diffstat (limited to 'RELEASE.md')
-rw-r--r--RELEASE.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/RELEASE.md b/RELEASE.md
index ec66e555ad..d120f068ca 100644
--- a/RELEASE.md
+++ b/RELEASE.md
@@ -9,6 +9,9 @@
for LSTMs and stacked LSTMs. This bug fix follows recommendations from
published literature, but is a behavioral change. State dropout behavior
may be customized via the new `dropout_state_filter_visitor` argument.
+* Removed `tf.contrib.training.python_input`. The same behavior, in a more
+ flexible and reproducible package, is available via the new
+ `tf.contrib.data.Dataset.from_generator` method!
# Release 1.3.0