File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,6 +13,12 @@ Deep Learning with PyTorch: A 60 Minute Blitz
1313 Neural Networks
1414 http://pytorch.org/tutorials/beginner/blitz/neural_networks_tutorial.html#
1515
16- 4. cifar10_tutorial.py
16+ 4. autograd_tutorial.py
17+ Automatic Differentiation
18+ https://pytorch.org/tutorials/beginner/blitz/autograd_tutorial.html
19+
20+ 5. cifar10_tutorial.py
1721 Training a Classifier
1822 http://pytorch.org/tutorials/beginner/blitz/cifar10_tutorial.html
23+
24+
Original file line number Diff line number Diff line change @@ -29,6 +29,9 @@ Goal of this tutorial:
2929.. galleryitem :: /beginner/blitz/tensor_tutorial.py
3030 :figure: /_static/img/tensor_illustration_flat.png
3131
32+ .. galleryitem :: /beginner/blitz/autograd_tutorial.py
33+ :figure: /_static/img/autodiff.png
34+
3235.. galleryitem :: /beginner/blitz/neural_networks_tutorial.py
3336 :figure: /_static/img/mnist.png
3437
You can’t perform that action at this time.
0 commit comments