Skip to content

Commit 8c78d9b

Browse files
author
🖖 Randall Hunt🖖
committed
adding youtube series
1 parent 61d9d4b commit 8c78d9b

15 files changed

+3760
-0
lines changed

beginner_source/introyt/autogradyt_tutorial.py

Lines changed: 638 additions & 0 deletions
Large diffs are not rendered by default.

beginner_source/introyt/captumyt_tutorial.py

Lines changed: 475 additions & 0 deletions
Large diffs are not rendered by default.

beginner_source/introyt/introyt.rst

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
Introduction to PyTorch - YouTube Series
2+
========================================
3+
4+
Authors:
5+
`Brad Heintz <https://github.com/fbbradheintz>`_
6+
7+
`This tutorial assumes a basic familiarity with Python and Deep Learning concepts.`
8+
9+
Running the Tutorial Code
10+
------------------
11+
You can run this tutorial in a couple of ways:
12+
13+
- **In 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*
14+
- **Locally**: This option requires you to setup PyTorch and TorchVision first on your local machine (`installation instructions <https://pytorch.org/get-started/locally/>`_). Download the notebook or copy the code into your favorite IDE.
15+
16+
17+
.. include:: /beginner_source/introyt/tocyt.txt
18+
19+
.. toctree::
20+
:hidden:

0 commit comments

Comments
 (0)