Skip to content

Commit 2c805a8

Browse files
seba-1511chsasank
authored andcommitted
Added distributed tutorial. (pytorch#150)
1 parent 64ed72b commit 2c805a8

13 files changed

+688
-0
lines changed
37.8 KB
Loading
18.4 KB
Binary file not shown.
45.4 KB
Loading
18.8 KB
Binary file not shown.
43.7 KB
Loading

_static/img/distributed/broadcast.png

19.4 KB
Loading

_static/img/distributed/gather.png

21.4 KB
Loading

_static/img/distributed/reduce.png

21.5 KB
Loading

_static/img/distributed/scatter.png

21.1 KB
Loading

_static/img/distributed/send_recv.png

8.45 KB
Loading
12.8 KB
Loading

index.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,17 @@ Reinforcement Learning
9494

9595
<div style='clear:both'></div>
9696

97+
Distributed Learning
98+
^^^^^^^^^^^^^^^^^^^^^^
99+
100+
.. customgalleryitem::
101+
:tooltip: Writing Distributed Applications with PyTorch.
102+
:description: :doc:`/intermediate/dist_tuto`
103+
:figure: _static/img/distributed/DistPyTorch.jpg
104+
105+
.. raw:: html
106+
107+
<div style='clear:both'></div>
97108

98109
.. toctree::
99110
:maxdepth: 2
@@ -105,6 +116,8 @@ Reinforcement Learning
105116
intermediate/char_rnn_generation_tutorial
106117
intermediate/seq2seq_translation_tutorial
107118
intermediate/reinforcement_q_learning
119+
intermediate/dist_tuto
120+
108121

109122
Advanced Tutorials
110123
------------------

0 commit comments

Comments
 (0)