Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.
Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.
Path: blob/main/beginner_source/introyt/introyt_index.py
Views: 713
"""1`Introduction <introyt/introyt1_tutorial.html>`_ ||2`Tensors <introyt/tensors_deeper_tutorial.html>`_ ||3`Autograd <introyt/autogradyt_tutorial.html>`_ ||4`Building Models <introyt/modelsyt_tutorial.html>`_ ||5`TensorBoard Support <introyt/tensorboardyt_tutorial.html>`_ ||6`Training Models <introyt/trainingyt.html>`_ ||7`Model Understanding <introyt/captumyt.html>`_89Introduction to PyTorch - YouTube Series10========================================1112Authors:13`Brad Heintz <https://github.com/fbbradheintz>`_1415This tutorial follows along with the `PyTorch Beginner Series <https://www.youtube.com/playlist?list=PL_lsbAsL_o2CTlGHgMxNrKhzP97BaG9ZN>`_ on YouTube.1617`This tutorial assumes a basic familiarity with Python and Deep Learning concepts.`1819Running the Tutorial Code20-------------------------21You can run this tutorial in a couple of ways:2223- **On the cloud**: This is the easiest way to get started! Each section has a Colab link at the top, which opens a notebook with the code in a fully-hosted environment. Pro tip: Use Colab with a GPU runtime to speed up operations *Runtime > Change runtime type > GPU*24- **Locally**: This option requires you to set up PyTorch and torchvision on your local machine (`installation instructions <https://pytorch.org/get-started/locally/>`_). Download the notebook or copy the code into your favorite IDE.2526.. toctree::27:maxdepth: 228:hidden:2930introyt1_tutorial31tensors_deeper_tutorial32autogradyt_tutorial33modelsyt_tutorial34tensorboardyt_tutorial35trainingyt36captumyt37"""383940