We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e29a3ec commit 7b148a6Copy full SHA for 7b148a6
beginner_source/former_torchies/README.txt
@@ -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