@@ -9,16 +9,16 @@ PyTorch๋ฅผ ์ด๋ป๊ฒ ์ฌ์ฉํ๋์ง ์๊ณ ์ถ๋ค๋ฉด ์์ํ๊ธฐ(Getting Start
9
9
์๋ ๋ด์ฉ๋ ํ ๋ฒ ์ดํด๋ณด์๋ฉด ์ข์ต๋๋ค:
10
10
11
11
* ์ฌ์ฉ์๋ค์ด ํํ ๋ฆฌ์ผ๊ณผ ์ฐ๊ด๋ ๋
ธํธ๋ถ์ Google Colab์์ ์ด์ด๋ณผ ์ ์๋ ๊ธฐ๋ฅ์ด ์ถ๊ฐ๋์์ต๋๋ค.
12
- `์ด ํ์ด์ง <https://tutorials.pytorch.kr/beginner/colab.html >`_ ์ ๋ฐฉ๋ฌธํ์
์ ์์ธํ ์์๋ณด์ธ์!
13
- * ๊ฐ ํํ ๋ฆฌ์ผ์๋ Jupyter ๋
ธํธ๋ถ๊ณผ Python ์์ค์ฝ๋๋ฅผ ๋ค์ด๋ก๋ ๋งํฌ๊ฐ ์์ต๋๋ค.
14
- IPython ๋๋ Jupyter๋ฅผ ์ด์ฉํ์ฌ ๋ํ์์ผ๋ก ์คํํด๋ณด์๋ ค๋ฉด ์ด์ฉํด๋ณด์ธ์.
12
+ `์ด ํ์ด์ง <https://tutorials.pytorch.kr/beginner/colab.html >`_ ๋ฅผ ๋ฐฉ๋ฌธํ์
์ ์์ธํ ์์๋ณด์ธ์!
13
+ * ๊ฐ ํํ ๋ฆฌ์ผ์๋ Jupyter ๋
ธํธ๋ถ๊ณผ Python ์์ค์ฝ๋๋ฅผ ๋ค์ด๋ก๋ํ ์ ์๋ ๋งํฌ๊ฐ ์์ต๋๋ค.
14
+ IPython ๋๋ Jupyter๋ฅผ ์ด์ฉํ์ฌ ๋ํ์์ผ๋ก ์คํํ์๋ ค๋ฉด ์ด์ฉํด๋ณด์ธ์.
15
15
* ์ด๋ฏธ์ง ๋ถ๋ฅ, ๋น์ง๋ ํ์ต, ๊ฐํ ํ์ต, ๊ธฐ๊ณ ๋ฒ์ญ์ ๋น๋กฏํ ๋ค์ํ ๊ณ ํ์ง์ ์์ ๊ฐ
16
16
`PyTorch Examples <https://github.com/pytorch/examples/ >`_ ์ ์ค๋น๋์ด ์์ต๋๋ค.
17
17
* PyTorch API, ๊ณ์ธต(layer)์ ๋ํ ์ฐธ๊ณ ๋ฌธ์๋ `PyTorch Docs <https://pytorch.org/docs >`_ ๋ฅผ
18
18
์ฐธ๊ณ ํด์ฃผ์ธ์.
19
19
* ํํ ๋ฆฌ์ผ ๊ฐ์ ์ ์ฐธ์ฌํ์๋ ค๋ฉด `์ด๊ณณ <https://github.com/pytorch/tutorials >`_ ์ ์๊ฒฌ๊ณผ ํจ๊ป
20
20
์ด์๋ฅผ ๋จ๊ฒจ์ฃผ์ธ์.
21
- (์ญ์ ์ฃผ: ํ๊ตญ์ด ๋ฒ์ญ๊ณผ ๊ด๋ จํ ์ด์๋
21
+ (์ญ์ ์ฃผ: ํ๊ตญ์ด ๋ฒ์ญ๊ณผ ๊ด๋ จํ ์คํ ๋ฐ ์ค์ญ ๋ฑ์
22
22
`ํ๊ตญ์ด ๋ฒ์ญ ์ ์ฅ์ <https://github.com/9bow/PyTorch-tutorials-kr >`_ ์ ๋ถํ๋๋ฆฝ๋๋ค.)
23
23
* `PyTorch ์นํธ ์ํธ(Cheat Sheet) <https://tutorials.pytorch.kr/beginner/ptcheat.html >`_ ๋ฅผ
24
24
์ฐธ๊ณ ํ์๋ฉด ์ ์ฉํ ์ ๋ณด๋ค์ ์ป์ผ์ค ์ ์์ต๋๋ค.
@@ -401,4 +401,4 @@ PyTorch Fundamentals In-Depth
401
401
:caption: PyTorch Fundamentals In-Depth
402
402
403
403
beginner/pytorch_with_examples
404
- beginner/nn_tutorial
404
+ beginner/nn_tutorial
0 commit comments