Author: Soumith Chintala
In this tutorial, you will learn the following:
- Using torch Tensors, and important difference against (Lua)Torch
- Using the autograd package
- Building neural networks
- Building a ConvNet
- Building a Recurrent Net
- Use multiple GPUs
.. toctree:: :hidden: /beginner/former_torchies/tensor_tutorial /beginner/former_torchies/autograd_tutorial /beginner/former_torchies/nn_tutorial /beginner/former_torchies/parallelism_tutorial
.. galleryitem:: /beginner/former_torchies/tensor_tutorial.py :figure: /_static/img/tensor_illustration_flat.png
.. galleryitem:: /beginner/former_torchies/autograd_tutorial.py :figure: /_static/img/Variable.png
.. galleryitem:: /beginner/former_torchies/nn_tutorial.py :figure: /_static/img/torch-nn-vs-pytorch-nn.png
.. galleryitem:: /beginner/former_torchies/parallelism_tutorial.py