Skip to content

Commit bc9641d

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

13 files changed

+3715
-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.py

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
"""
2+
3+
Introduction to PyTorch - YouTube Series
4+
========================================
5+
6+
Authors:
7+
`Brad Heintz <https://github.com/fbbradheintz>`_
8+
9+
`This tutorial assumes a basic familiarity with Python and Deep Learning concepts.`
10+
11+
Running the Tutorial Code
12+
------------------
13+
You can run this tutorial in a couple of ways:
14+
15+
- **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*
16+
- **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.
17+
18+
19+
.. include:: /beginner_source/introyt/tocyt.txt
20+
21+
.. toctree::
22+
:hidden:
23+
24+
"""

0 commit comments

Comments
 (0)