File tree Expand file tree Collapse file tree 1 file changed +4
-33
lines changed
Expand file tree Collapse file tree 1 file changed +4
-33
lines changed Original file line number Diff line number Diff line change 11PyTorch for Former Torch Users
2- ------------------------------
3- **Author **: `Soumith Chintala <http://soumith.ch >`_
4-
5- In this tutorial, you will learn the following:
6-
7- 1. Using torch Tensors, and important difference against (Lua)Torch
8- 2. Using the autograd package
9- 3. Building neural networks
10-
11- - Building a ConvNet
12- - Building a Recurrent Net
13-
14- 4. Use multiple GPUs
15-
16-
17- .. toctree ::
18- :hidden:
19-
20- /beginner/former_torchies/tensor_tutorial_old
21- /beginner/former_torchies/autograd_tutorial_old
22- /beginner/former_torchies/nnft_tutorial
23- /beginner/former_torchies/parallelism_tutorial
24-
25- .. galleryitem :: /beginner/former_torchies/tensor_tutorial_old.py
26- :figure: /_static/img/tensor_illustration_flat.png
27-
28- .. galleryitem :: /beginner/former_torchies/autograd_tutorial_old.py
29-
30- .. galleryitem :: /beginner/former_torchies/nnft_tutorial.py
31- :figure: /_static/img/torch-nn-vs-pytorch-nn.png
32-
33- .. galleryitem :: /beginner/former_torchies/parallelism_tutorial.py
2+ ==============
3+ This tutorial is out of date. Please check out the PyTorch tutorials here: https://pytorch.org/tutorials/
344
5+ You will be redirected in 3 seconds.
356.. raw :: html
367
37- < div style = ' clear : both ' ></ div >
8+ < meta http-equiv = " Refresh " content = " 3; url='https://pytorch.org/tutorials/' " / >
You can’t perform that action at this time.
0 commit comments