Skip to content

Commit 03cd4e1

Browse files
committed
Updated README [ci skip]
1 parent 56b073c commit 03cd4e1

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

tutorials/popular/blitz/README.md

+3-6
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
# Deep Learning with PyTorch: A 60 Minute Blitz
22

3-
1. *tensors*
4-
What is PyTorch?
3+
1. *[tensors](tutorials/popular/blitz/tensors)*: What is PyTorch?
54
https://pytorch.org/tutorials/beginner/blitz/tensor_tutorial.html
65

7-
2. *autograd*
8-
Autograd: Automatic Differentiation
6+
2. *[autograd](tutorials/popular/blitz/autograd)*: Autograd: Automatic Differentiation
97
https://pytorch.org/tutorials/beginner/blitz/autograd_tutorial.html
108

11-
3. *neural_networks*
12-
Neural Networks
9+
3. *[neural_networks](tutorials/popular/blitz/neural_networks)*: Neural Networks
1310
https://pytorch.org/tutorials/beginner/blitz/neural_networks_tutorial.html

0 commit comments

Comments
 (0)