Skip to content

Commit 424f027

Browse files
H-xieholly1238
andauthored
Fix Index of blitz (#863)
2nd and 4th is identical and miss *Optional: Data Parallelism*. Add the 5th `.py`, “Optional: Data Parallelism” Co-authored-by: holly1238 <77758406+holly1238@users.noreply.github.com>
1 parent d19bf6f commit 424f027

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

beginner_source/blitz/README.txt

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,11 @@ Deep Learning with PyTorch: A 60 Minute Blitz
1313
Neural Networks
1414
https://pytorch.org/tutorials/beginner/blitz/neural_networks_tutorial.html#
1515

16-
4. autograd_tutorial.py
17-
Automatic Differentiation
18-
https://pytorch.org/tutorials/beginner/blitz/autograd_tutorial.html
19-
20-
5. cifar10_tutorial.py
16+
4. cifar10_tutorial.py
2117
Training a Classifier
2218
https://pytorch.org/tutorials/beginner/blitz/cifar10_tutorial.html
2319

20+
5. data_parallel_tutorial.py
21+
Optional: Data Parallelism
22+
https://pytorch.org/tutorials/beginner/blitz/data_parallel_tutorial.html
2423

0 commit comments

Comments
 (0)