Skip to content

Commit 7b148a6

Browse files
authored
Update README.txt
1 parent e29a3ec commit 7b148a6

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
PyTorch for former Torch users
2+
------------------------------
3+
4+
1. tensor_tutorial.py
5+
Tensors
6+
http://pytorch.org/tutorials/beginner/former_torchies/tensor_tutorial.html
7+
8+
2. autograd.py
9+
Autograd
10+
http://pytorch.org/tutorials/beginner/former_torchies/autograd_tutorial.html
11+
12+
3. nn_tutorial.py
13+
nn package
14+
http://pytorch.org/tutorials/beginner/former_torchies/nn_tutorial.html
15+
16+
4. parallelism_tutorial.py
17+
Multi-GPU examples
18+
http://pytorch.org/tutorials/beginner/former_torchies/parallelism_tutorial.html

0 commit comments

Comments
 (0)