Skip to content

Commit

Permalink
Merge pull request pytorch#690 from pytorch/re_add_model_parallel
Browse files Browse the repository at this point in the history
Re-add model parallel tutorial
  • Loading branch information
SethHWeidman committed Oct 10, 2019
2 parents 7e0818f + 9443833 commit be64d8c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit be64d8c

Please sign in to comment.