From 0242356e0438cf43f6ac6c7cddf00cb79888da91 Mon Sep 17 00:00:00 2001 From: "Yuan (Terry) Tang" Date: Sat, 23 Dec 2017 17:47:09 -0500 Subject: Update tf-learn reference to TF Estimators (#15596) --- tensorflow/python/debug/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3