Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 72f1f1c

Browse files
committed
Added Autograd and graphics to blitz page
1 parent 1df096b commit 72f1f1c

3 files changed

Lines changed: 10 additions & 1 deletion

File tree

_static/img/autodiff.png

13.1 KB
Loading

beginner_source/blitz/README.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff 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+

beginner_source/deep_learning_60min_blitz.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)