aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-09-20 10:27:12 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-09-20 10:27:12 -0700
commit7eacd3278207baa64e0b67fe8463d4eee59b31de (patch)
treee7042369b66be42297fa6f4e684639b8bd989fe2
parent06ad4ad47bef99d4a8f6856bbb121387e8edcfa5 (diff)
parenta73942c6368eebc2d62096fb39dd397893d3f1b9 (diff)
Merge pull request #22391 from Shujian2015:patch-2
PiperOrigin-RevId: 213836802
-rw-r--r--tensorflow/contrib/eager/README.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/tensorflow/contrib/eager/README.md b/tensorflow/contrib/eager/README.md
index 86d203452e..4bd2769e87 100644
--- a/tensorflow/contrib/eager/README.md
+++ b/tensorflow/contrib/eager/README.md
@@ -44,7 +44,6 @@ Installation instructions at https://www.tensorflow.org/install/
For an introduction to eager execution in TensorFlow, see:
-- [User Guide](https://www.tensorflow.org/guide/eager) ([source](../../docs_src/guide/eager.md))
-- Notebook: [Basic Usage](python/examples/notebooks/1_basics.ipynb)
-- Notebook: [Gradients](python/examples/notebooks/2_gradients.ipynb)
-- Notebook: [Importing Data](python/examples/notebooks/3_datasets.ipynb)
+- [User Guide](https://www.tensorflow.org/guide/eager) ([source](https://github.com/tensorflow/docs/blob/master/site/en/tutorials/eager/index.md))
+- Notebook: [Basic Usage](https://github.com/tensorflow/docs/blob/master/site/en/tutorials/eager/eager_basics.ipynb)
+- Notebook: [Automatic differentiation and gradient tape](https://github.com/tensorflow/docs/blob/master/site/en/tutorials/eager/automatic_differentiation.ipynb)