aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/estimator
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2018-09-19 10:57:40 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-09-19 11:01:54 -0700
commitaf134d14405a1ec154d2c6ab326cc827e50880e6 (patch)
treec25900ada616dfc150ee7c7e08a23b0c3b503433 /tensorflow/contrib/estimator
parenta1b64cf2a6a995ffaaf384cf8643221f1c27db48 (diff)
Fix documentation markdown
PiperOrigin-RevId: 213655969
Diffstat (limited to 'tensorflow/contrib/estimator')
-rw-r--r--tensorflow/contrib/estimator/python/estimator/hooks.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tensorflow/contrib/estimator/python/estimator/hooks.py b/tensorflow/contrib/estimator/python/estimator/hooks.py
index 66c46e66b7..49f7bbd320 100644
--- a/tensorflow/contrib/estimator/python/estimator/hooks.py
+++ b/tensorflow/contrib/estimator/python/estimator/hooks.py
@@ -53,6 +53,7 @@ class InMemoryEvaluatorHook(training.SessionRunHook):
```
Current limitations of this approach are:
+
* It doesn't support multi-node distributed mode.
* It doesn't support saveable objects other than variables (such as boosted
tree support)