From 755bc8d3719615f115664540ed0e59cd8591b168 Mon Sep 17 00:00:00 2001 From: Moyantri Koley <51296244+moyantri@users.noreply.github.com> Date: Fri, 20 Nov 2020 10:04:11 +0530 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 09431ae2..dde8fb99 100644 --- a/README.md +++ b/README.md @@ -137,3 +137,4 @@ The tutorial index for TF v1 is available here: [TensorFlow v1.15 Examples](tens #### 6 - Multi GPU - **Basic Operations on multi-GPU** ([notebook](https://github.com/aymericdamien/TensorFlow-Examples/blob/master/tensorflow_v1/notebooks/6_MultiGPU/multigpu_basics.ipynb)) ([code](https://github.com/aymericdamien/TensorFlow-Examples/blob/master/tensorflow_v1/examples/6_MultiGPU/multigpu_basics.py)). A simple example to introduce multi-GPU in TensorFlow. - **Train a Neural Network on multi-GPU** ([notebook](https://github.com/aymericdamien/TensorFlow-Examples/blob/master/tensorflow_v1/notebooks/6_MultiGPU/multigpu_cnn.ipynb)) ([code](https://github.com/aymericdamien/TensorFlow-Examples/blob/master/tensorflow_v1/examples/6_MultiGPU/multigpu_cnn.py)). A clear and simple TensorFlow implementation to train a convolutional neural network on multiple GPUs. +Understanding The Tensorflow Estimator API --A conceptual overview of the Estimator API