aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--tensorflow/python/estimator/estimator.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/tensorflow/python/estimator/estimator.py b/tensorflow/python/estimator/estimator.py
index ff2baa0465..ffe1e30da0 100644
--- a/tensorflow/python/estimator/estimator.py
+++ b/tensorflow/python/estimator/estimator.py
@@ -490,6 +490,10 @@ class Estimator(object):
yield_single_examples=True):
"""Yields predictions for given features.
+ Please note that interleaving two predict outputs does not work. See:
+ [issue/20506](
+ https://github.com/tensorflow/tensorflow/issues/20506#issuecomment-422208517)
+
Args:
input_fn: A function that constructs the features. Prediction continues
until `input_fn` raises an end-of-input exception