Skip to content

Commit

Permalink
Fix Index of blitz (pytorch#863)
Browse files Browse the repository at this point in the history
2nd and 4th is identical and miss *Optional: Data Parallelism*.
Add the 5th `.py`,  “Optional: Data Parallelism”

Co-authored-by: holly1238 <[email protected]>
  • Loading branch information
H-xie and holly1238 authored Apr 25, 2021
1 parent d19bf6f commit 424f027
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions beginner_source/blitz/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,11 @@ Deep Learning with PyTorch: A 60 Minute Blitz
Neural Networks
https://pytorch.org/tutorials/beginner/blitz/neural_networks_tutorial.html#

4. autograd_tutorial.py
Automatic Differentiation
https://pytorch.org/tutorials/beginner/blitz/autograd_tutorial.html

5. cifar10_tutorial.py
4. cifar10_tutorial.py
Training a Classifier
https://pytorch.org/tutorials/beginner/blitz/cifar10_tutorial.html

5. data_parallel_tutorial.py
Optional: Data Parallelism
https://pytorch.org/tutorials/beginner/blitz/data_parallel_tutorial.html

0 comments on commit 424f027

Please sign in to comment.