aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Yuan (Terry) Tang <terrytangyuan@users.noreply.github.com>2017-12-23 17:47:09 -0500
committerGravatar Shanqing Cai <cais@google.com>2017-12-23 17:47:09 -0500
commit0242356e0438cf43f6ac6c7cddf00cb79888da91 (patch)
tree4d4073adc5a29071af1b92a19b7f5c423d1d5817
parentf6fd7db9d254b42da74c7397cb18f7a6db2188e2 (diff)
Update tf-learn reference to TF Estimators (#15596)
-rw-r--r--tensorflow/python/debug/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/python/debug/README.md b/tensorflow/python/debug/README.md
index b26411cd15..a2273b050b 100644
--- a/tensorflow/python/debug/README.md
+++ b/tensorflow/python/debug/README.md
@@ -28,7 +28,7 @@ models:
* Easy access through session wrappers
* Easy integration with common high-level APIs, such as
- [tf-learn](https://www.tensorflow.org/get_started/tflearn) and
+ [TensorFlow Estimators](https://www.tensorflow.org/programmers_guide/estimators) and
[Keras](https://keras.io/)
* Inspection of runtime tensor values and node connections
* Conditional breaking after runs that generate tensors satisfying given