You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a project to translate [pytorch/tutorials@2571e95](https://github.com/pytorch/tutorials/commit/2571e95df42b8ed46d11ac9827c637fa4e826dfe) into Korean.
49
+
This is a project to translate [pytorch/tutorials@444fbd1](https://github.com/pytorch/tutorials/commit/444fbd16f2ddf9967baf8b06e83867a141b071c2) into Korean.
50
50
For the latest version, please visit to the [official PyTorch tutorials repo](https://github.com/pytorch/tutorials).
`TensorBoard Support <introyt/tensorboardyt_tutorial.html>`_ ||
6
+
`Training Models <introyt/trainingyt.html>`_ ||
7
+
`Model Understanding <introyt/captumyt.html>`_
8
+
9
+
Introduction to PyTorch - YouTube Series
10
+
========================================
11
+
12
+
Authors:
13
+
`Brad Heintz <https://github.com/fbbradheintz>`_
14
+
15
+
This tutorial follows along with the `PyTorch Beginner Series <https://www.youtube.com/playlist?list=PL_lsbAsL_o2CTlGHgMxNrKhzP97BaG9ZN>`_ on youtube.
16
+
17
+
`This tutorial assumes a basic familiarity with Python and Deep Learning concepts.`
18
+
19
+
Running the Tutorial Code
20
+
-------------------------
21
+
You can run this tutorial in a couple of ways:
22
+
23
+
- **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*
24
+
- **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.
0 commit comments