From d001a50644f5cb252bc2d64297e3cd56317c2ff8 Mon Sep 17 00:00:00 2001 From: Robert Nishihara Date: Tue, 7 Mar 2017 13:14:00 -0800 Subject: [PATCH] Add link to the code for the resnet example. (#343) --- doc/source/example-resnet.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/source/example-resnet.rst b/doc/source/example-resnet.rst index 426effccd..dd94c5e85 100644 --- a/doc/source/example-resnet.rst +++ b/doc/source/example-resnet.rst @@ -2,7 +2,7 @@ ResNet ====== This code adapts the `TensorFlow ResNet example`_ to do data parallel training -across multiple GPUs using Ray. +across multiple GPUs using Ray. View the `code for this example`_. To run the example, you will need to install `TensorFlow with GPU support`_ (at least version ``1.0.0``). Then you can run the example as follows. @@ -69,3 +69,4 @@ object store. .. _`TensorFlow ResNet example`: https://github.com/tensorflow/models/tree/master/resnet .. _`TensorFlow with GPU support`: https://www.tensorflow.org/install/ +.. _`code for this example`: https://github.com/ray-project/ray/tree/master/examples/resnet