|
6 | 6 | `Training Models <introyt/trainingyt.html>`_ || |
7 | 7 | `Model Understanding <introyt/captumyt.html>`_ |
8 | 8 |
|
9 | | -Introduction to PyTorch - YouTube Series |
| 9 | +PyTorch ์๊ฐ - YouTube ์๋ฆฌ์ฆ |
10 | 10 | ======================================== |
11 | 11 |
|
12 | 12 | Authors: |
13 | 13 | `Brad Heintz <https://github.com/fbbradheintz>`_ |
14 | 14 |
|
15 | | -This tutorial follows along with the `PyTorch Beginner Series <https://www.youtube.com/playlist?list=PL_lsbAsL_o2CTlGHgMxNrKhzP97BaG9ZN>`_ on youtube. |
| 15 | +๋ฒ์ญ: |
| 16 | +`๊นํํ <https://github.com/kimtaehyeong>`_ |
16 | 17 |
|
17 | | -`This tutorial assumes a basic familiarity with Python and Deep Learning concepts.` |
| 18 | +์ด ํํ ๋ฆฌ์ผ์ YouTube `ํ์ดํ ์น ์ด๋ณด์ ์๋ฆฌ์ฆ <https://www.youtube.com/playlist?list=PL_lsbAsL_o2CTlGHgMxNrKhzP97BaG9ZN>`_ ์ ํจ๊ป ์ด์ด์ง๋๋ค. |
18 | 19 |
|
19 | | -Running the Tutorial Code |
| 20 | +`์ด ํํ ๋ฆฌ์ผ์ ํ์ด์ฌ ๋ฐ ๋ฅ๋ฌ๋ ๊ฐ๋
์ ๋ํ ๊ธฐ๋ณธ์ ์ธ ์ง์์ด ์๋ค๊ณ ๊ฐ์ ํฉ๋๋ค.` |
| 21 | + |
| 22 | +ํํ ๋ฆฌ์ผ ์ฝ๋ ์คํํ๊ธฐ |
20 | 23 | ------------------------- |
21 | | -You can run this tutorial in a couple of ways: |
| 24 | +์ด ํํ ๋ฆฌ์ผ์ ๋ช ๊ฐ์ง ๋ฐฉ๋ฒ์ผ๋ก ์คํํ ์ ์์ต๋๋ค: |
22 | 25 |
|
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. |
| 26 | +- **ํด๋ผ์ฐ๋์์ ์คํํ๊ธฐ**: ์ด ๋ฐฉ๋ฒ์ด ๊ฐ์ฅ ์ฝ๊ฒ ์์ํ ์ ์๋ ๋ฐฉ๋ฒ์
๋๋ค! ๊ฐ ์น์
์ ๋งจ ์์ Colab ๋งํฌ๊ฐ ์์ผ๋ฉฐ, ์ด ๋งํฌ๋ ์์ ํ ํธ์คํธ๋ ํ๊ฒฝ์์ ์ฝ๋๊ฐ ์๋ notebook ํ์ผ์ ์ฝ๋๋ค. ์ ๋ฌธ๊ฐ ํ: GPU ๋ฐํ์๊ณผ ํจ๊ป Colab์ ์ฌ์ฉํ์ฌ ์ฐ์ฐ ์๋ ํฅ์์ํค๊ธฐ *๋ฐํ์ > ๋ฐํ์ ์ ํ ๋ณ๊ฒฝ > GPU ์ ํ* |
| 27 | +- **๋ก์ปฌ์์ ์คํํ๊ธฐ**: ์ด ์ต์
์ ์ฌ์ฉํ๋ ค๋ฉด ๋จผ์ ๋ก์ปฌ ์ปดํจํฐ์์ PyTorch ๋ฐ TorchVision์ ์ค์ ํด์ผ ํฉ๋๋ค(`์ค์น ๊ฐ์ด๋ <https://pytorch.org/get-started/locally/>`_). notebook ํ์ผ์ ๋ค์ด๋ก๋ ํ๊ฑฐ๋ ์์ ์ด ์ข์ํ๋ IDE์ ์ฝ๋๋ฅผ ๋ณต์ฌํ์ธ์. |
25 | 28 |
|
26 | 29 | .. include:: /beginner_source/introyt/tocyt.txt |
27 | 30 |
|
|
0 commit comments