Skip to content

Commit b2b2f3f

Browse files
authored
Merge branch 'master' into fix_memory_format2
2 parents d18ae67 + 78e91c5 commit b2b2f3f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -365,6 +365,7 @@ Welcome to PyTorch Tutorials
365365
:card_description: Walk through a through a simple example of how to combine distributed data parallelism with distributed model parallelism.
366366
:image: _static/img/thumbnails/cropped/Combining-Distributed-DataParallel-with-Distributed-RPC-Framework.png
367367
:link: advanced/rpc_ddp_tutorial.html
368+
:tags: Parallel-and-Distributed-Training
368369

369370
.. End of tutorial card section
370371

recipes_source/recipes/defining_a_neural_network.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
#
6060
# Our network will recognize images. We will use a process built into
6161
# PyTorch called convolution. Convolution adds each element of an image to
62-
# its local neighbors, weighted by a kernel, or a small martrix, that
62+
# its local neighbors, weighted by a kernel, or a small matrix, that
6363
# helps us extract certain features (like edge detection, sharpness,
6464
# blurriness, etc.) from the input image.
6565
#

0 commit comments

Comments
 (0)