Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 1012 Bytes

former_torchies_tutorial.rst

File metadata and controls

37 lines (24 loc) · 1012 Bytes

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_old
   /beginner/former_torchies/autograd_tutorial_old
   /beginner/former_torchies/nnft_tutorial
   /beginner/former_torchies/parallelism_tutorial

.. galleryitem:: /beginner/former_torchies/tensor_tutorial_old.py
    :figure: /_static/img/tensor_illustration_flat.png

.. galleryitem:: /beginner/former_torchies/autograd_tutorial_old.py

.. galleryitem:: /beginner/former_torchies/nnft_tutorial.py
    :figure: /_static/img/torch-nn-vs-pytorch-nn.png

.. galleryitem:: /beginner/former_torchies/parallelism_tutorial.py