From 9443833cd67290ea6fbd4db77e07562b731c5341 Mon Sep 17 00:00:00 2001 From: Seth Weidman Date: Thu, 10 Oct 2019 10:09:03 -0700 Subject: [PATCH] Re-add model parallel tutorial --- index.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/index.rst b/index.rst index 221d2f47a69..127970c57bd 100644 --- a/index.rst +++ b/index.rst @@ -164,6 +164,11 @@ Deploying PyTorch Models in Production Parallel and Distributed Training --------------------------------- +.. customgalleryitem:: + :tooltip: Model parallel training on multiple GPUs + :description: :doc:`/intermediate/model_parallel_tutorial` + :figure: _static/img/distributed/DistPyTorch.jpg + .. customgalleryitem:: :tooltip: Getting started with DistributedDataParallel :description: :doc:`/intermediate/ddp_tutorial` @@ -299,6 +304,7 @@ PyTorch Fundamentals In-Depth :hidden: :caption: Parallel and Distributed Training + intermediate/model_parallel_tutorial intermediate/ddp_tutorial intermediate/dist_tuto beginner/aws_distributed_training_tutorial