From 82af0ec36dc5d4a868b9ec044bd5083099290b05 Mon Sep 17 00:00:00 2001 From: Nadia Yakimakha <32335935+nadiaya@users.noreply.github.com> Date: Mon, 27 Jan 2020 14:42:17 -0800 Subject: [PATCH 1/3] doc: update links to the local mode notebooks examples. --- doc/overview.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/overview.rst b/doc/overview.rst index 4fa75e6ca9..64b6a04a29 100644 --- a/doc/overview.rst +++ b/doc/overview.rst @@ -818,8 +818,10 @@ Here is an end-to-end example: For detailed examples of running Docker in local mode, see: -- `TensorFlow local mode example notebook `__. -- `MXNet local mode example notebook `__. +- `TensorFlow local mode example notebook `__. +- `MXNet local mode CPU example notebook `__. +- `MXNet local mode GPU example notebook ` __. +- `PyTorch local mode example notebook ` __. You can also find these notebooks in the **SageMaker Python SDK** section of the **SageMaker Examples** section in a notebook instance. For information about using sample notebooks in a SageMaker notebook instance, see `Use Example Notebooks `__ From c695f2b8886c5a3acf1fc9b9ef59eb4cde003fa4 Mon Sep 17 00:00:00 2001 From: Nadia Yakimakha <32335935+nadiaya@users.noreply.github.com> Date: Wed, 29 Jan 2020 14:36:21 -0800 Subject: [PATCH 2/3] Update doc/overview.rst Co-Authored-By: Lauren Yu <6631887+laurenyu@users.noreply.github.com> --- doc/overview.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/overview.rst b/doc/overview.rst index 64b6a04a29..2b87e81ba3 100644 --- a/doc/overview.rst +++ b/doc/overview.rst @@ -821,7 +821,7 @@ For detailed examples of running Docker in local mode, see: - `TensorFlow local mode example notebook `__. - `MXNet local mode CPU example notebook `__. - `MXNet local mode GPU example notebook ` __. -- `PyTorch local mode example notebook ` __. +- `PyTorch local mode example notebook `__. You can also find these notebooks in the **SageMaker Python SDK** section of the **SageMaker Examples** section in a notebook instance. For information about using sample notebooks in a SageMaker notebook instance, see `Use Example Notebooks `__ From cc77ec0799fbf654cb3a31a460125892d0ee2169 Mon Sep 17 00:00:00 2001 From: Nadia Yakimakha <32335935+nadiaya@users.noreply.github.com> Date: Wed, 29 Jan 2020 14:36:31 -0800 Subject: [PATCH 3/3] Update doc/overview.rst Co-Authored-By: Lauren Yu <6631887+laurenyu@users.noreply.github.com> --- doc/overview.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/overview.rst b/doc/overview.rst index 2b87e81ba3..6b5dfea711 100644 --- a/doc/overview.rst +++ b/doc/overview.rst @@ -820,7 +820,7 @@ For detailed examples of running Docker in local mode, see: - `TensorFlow local mode example notebook `__. - `MXNet local mode CPU example notebook `__. -- `MXNet local mode GPU example notebook ` __. +- `MXNet local mode GPU example notebook `__. - `PyTorch local mode example notebook `__. You can also find these notebooks in the **SageMaker Python SDK** section of the **SageMaker Examples** section in a notebook instance.