Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 1.01 KB

former_torchies_tutorial.rst

File metadata and controls

38 lines (25 loc) · 1.01 KB

PyTorch for former Torch users

Author: Soumith Chintala

In this tutorial, you will learn the following:

  1. Using torch Tensors, and important difference against (Lua)Torch
  2. Using the autograd package
  3. Building neural networks
  • Building a ConvNet
  • Building a Recurrent Net
  1. 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