|
1 |
| -# PyTorch ํ๊ตญ์ด ํํ ๋ฆฌ์ผ |
| 1 | +# PyTorch Tutorials |
2 | 2 |
|
3 |
| -## ์๊ฐ |
4 | 3 |
|
5 |
| -PyTorch์์ ์ ๊ณตํ๋ ํํ ๋ฆฌ์ผ์ ํ๊ตญ์ด ๋ฒ์ญ์ ์ํ ์ ์ฅ์์
๋๋ค. |
| 4 | +All the tutorials are now presented as sphinx style documentation at: |
6 | 5 |
|
7 |
| -๋ฒ์ญ์ ๊ฒฐ๊ณผ๋ฌผ์ [http://9bow.github.io/PyTorch-tutorials-kr](http://9bow.github.io/PyTorch-tutorials-kr)์์ ํ์ธํ์ค ์ ์์ต๋๋ค. (๋ฒ์ญ์ ์งํํ๋ฉฐ **๋ถ๊ท์น์ ์ผ๋ก** ๋น๋ํฉ๋๋ค.) |
| 6 | +## [https://pytorch.org/tutorials](https://pytorch.org/tutorials) |
8 | 7 |
|
9 |
| -PyTorch 0.3.1์ ํํ ๋ฆฌ์ผ ํ๊ตญ์ด ๋ฒ์ญ์ [์ด ๊ณณ](http://9bow.github.io/PyTorch-tutorials-kr-0.3.1)์์ ์งํ๋์์ผ๋ฉฐ, ํ์ฌ๋ ๋ฒ์ญ์ด ์ด๋ค์ง๊ณ ์์ง ์์ต๋๋ค. |
10 | 8 |
|
11 | 9 |
|
12 |
| -## ์๋ฌธ |
| 10 | +# Contributing |
13 | 11 |
|
14 |
| -์ด ์ ์ฅ์์ ํํ ๋ฆฌ์ผ์ [์ด ๋ฒ์ ](https://github.com/pytorch/tutorials/tree/2d092a2f8c5ddfd513d4200bc7c9831d854a938a)์ ๋ณต์ ํ ๊ฒ์
๋๋ค. |
| 12 | +We use sphinx-gallery's [notebook styled examples](https://sphinx-gallery.github.io/tutorials/plot_notebook.html#sphx-glr-tutorials-plot-notebook-py) to create the tutorials. Syntax is very simple. In essence, you write a slightly well formatted python file and it shows up as documentation page. |
15 | 13 |
|
16 |
| -์ต์ ์ ํํ ๋ฆฌ์ผ(์์ด)์ [PyTorch tutorials repo](https://github.com/pytorch/tutorials)๋ฅผ ์ฐธ๊ณ ํด์ฃผ์ธ์. |
| 14 | +Here's how to create a new tutorial: |
| 15 | +1. Create a notebook styled python file. If you want it executed while inserted into documentation, save the file with suffix `tutorial` so that file name is `your_tutorial.py`. |
| 16 | +2. Put it in one of the beginner_source, intermediate_source, advanced_source based on the level. |
| 17 | +2. Include it in the right TOC tree at index.rst |
| 18 | +3. Create a thumbnail in the index file using a command like `.. galleryitem:: beginner/your_tutorial.py`. (This is a custom directive. See `custom_directives.py` for more info.) |
17 | 19 |
|
| 20 | +In case you prefer to write your tutorial in jupyter, you can use [this script](https://gist.github.com/chsasank/7218ca16f8d022e02a9c0deb94a310fe) to convert the notebook to python file. After conversion and addition to the project, please make sure the sections headings etc are in logical order. |
18 | 21 |
|
19 |
| -## ๋ชฉ์ฐจ |
| 22 | +## Building |
20 | 23 |
|
21 |
| -(*๋ฒ์ญ์ด ์งํ ์ค์ธ ๋ฌธ์๋ค์ ๋ชฉ์ฐจ์
๋๋ค.*) |
| 24 | +- Start with installing torch, torchvision, and your GPUs latest drivers. Install other requirements using `pip install -r requirements.txt` |
22 | 25 |
|
23 |
| -### ์ด๊ธ ํํ ๋ฆฌ์ผ |
24 |
| -* [PyTorch๋ก ๋ฅ๋ฌ๋ํ๊ธฐ: 60๋ถ๋ง์ ๋์ฅ๋ด๊ธฐ](https://9bow.github.io/PyTorch-tutorials-kr/beginner/deep_learning_60min_blitz.html) |
25 |
| - * [PyTorch๊ฐ ๋ฌด์์ธ๊ฐ์?](https://9bow.github.io/PyTorch-tutorials-kr/beginner/blitz/tensor_tutorial.html) |
26 |
| - * [Autograd: ์๋ ๋ฏธ๋ถ](https://9bow.github.io/PyTorch-tutorials-kr/beginner/blitz/autograd_tutorial.html) |
27 |
| - * [์ ๊ฒฝ๋ง(Neural Networks)](https://9bow.github.io/PyTorch-tutorials-kr/beginner/blitz/neural_networks_tutorial.html) |
28 |
| - * [๋ถ๋ฅ๊ธฐ(Classifier) ํ์ตํ๊ธฐ](https://9bow.github.io/PyTorch-tutorials-kr/beginner/blitz/cifar10_tutorial.html) |
29 |
| - * *TBD* |
30 |
| -* [Torch ์ฌ์ฉ์๋ฅผ ์ํ PyTorch](https://9bow.github.io/PyTorch-tutorials-kr/beginner/former_torchies_tutorial.html) |
31 |
| - * [Tensor](https://9bow.github.io/PyTorch-tutorials-kr/beginner/former_torchies/tensor_tutorial.html) |
32 |
| - * [Autograd](https://9bow.github.io/PyTorch-tutorials-kr/beginner/former_torchies/autograd_tutorial.html) |
33 |
| - * [nn ํจํค์ง](https://9bow.github.io/PyTorch-tutorials-kr/beginner/former_torchies/nn_tutorial.html) |
34 |
| - * [๋ฉํฐ-GPU ์์ ](https://9bow.github.io/PyTorch-tutorials-kr/beginner/former_torchies/parallelism_tutorial.html) |
35 |
| -* [์์ ๋ก ๋ฐฐ์ฐ๋ PyTorch](https://9bow.github.io/PyTorch-tutorials-kr/beginner/pytorch_with_examples.html) |
36 |
| - * [Tensor](https://9bow.github.io/PyTorch-tutorials-kr/beginner/pytorch_with_examples.html#tensor) |
37 |
| - * [Autograd](https://9bow.github.io/PyTorch-tutorials-kr/beginner/pytorch_with_examples.html#autograd) |
38 |
| - * [nn๋ชจ๋](https://9bow.github.io/PyTorch-tutorials-kr/beginner/pytorch_with_examples.html#nn) |
39 |
| - * [์์ ์ฝ๋](https://9bow.github.io/PyTorch-tutorials-kr/beginner/pytorch_with_examples.html#examples-download) |
40 |
| -* [์ ์ดํ์ต(Transfer Learning) ํํ ๋ฆฌ์ผ](https://9bow.github.io/PyTorch-tutorials-kr/beginner/transfer_learning_tutorial.html) |
41 |
| -* *TBD* |
| 26 | +> If you want to use `virtualenv`, make your environment in a `venv` directory like: `virtualenv ./venv`, then `source ./venv/bin/activate`. |
42 | 27 |
|
43 |
| -### ์ค๊ธ ํํ ๋ฆฌ์ผ |
44 |
| -* [๋ฌธ์-๋จ์ RNN์ผ๋ก ์ด๋ฆ ๋ถ๋ฅํ๊ธฐ](https://9bow.github.io/PyTorch-tutorials-kr/intermediate/char_rnn_classification_tutorial.html) |
45 |
| -* [๋ฌธ์-๋จ์ RNN์ผ๋ก ์ด๋ฆ ์์ฑํ๊ธฐ](https://9bow.github.io/PyTorch-tutorials-kr/intermediate/char_rnn_generation_tutorial.html) |
46 |
| -* [Sequence to Sequence ๋คํธ์ํฌ์ Attention์ ์ด์ฉํ ๋ฒ์ญ](https://9bow.github.io/PyTorch-tutorials-kr/intermediate/seq2seq_translation_tutorial.html) |
47 |
| -* [๊ฐํ ํ์ต(DQN) ํํ ๋ฆฌ์ผ](https://9bow.github.io/PyTorch-tutorials-kr/intermediate/reinforcement_q_learning.html) |
48 |
| -* [PyTorch๋ก ๋ถ์ฐ ์ดํ๋ฆฌ์ผ์ด์
๊ฐ๋ฐํ๊ธฐ](https://9bow.github.io/PyTorch-tutorials-kr/intermediate/dist_tuto.html) |
49 |
| -* [๊ณต๊ฐ ๋ณํ๊ธฐ ๋คํธ์ํฌ(Spatial Transformer Networks) ํํ ๋ฆฌ์ผ](https://9bow.github.io/PyTorch-tutorials-kr/intermediate/spatial_transformer_tutorial.html) |
50 |
| - |
51 |
| -### ๊ณ ๊ธ ํํ ๋ฆฌ์ผ |
52 |
| -* [PyTorch๋ฅผ ์ด์ฉํ ์ ๊ฒฝ๋ง-๋ณํ(Neural-Transfer)](https://9bow.github.io/PyTorch-tutorials-kr/advanced/neural_style_tutorial.html) |
53 |
| -* *TBD* |
54 |
| - |
55 |
| - |
56 |
| -## ์ฐธ์ฌ |
57 |
| - |
58 |
| -์คํ๋ ์ค์ญ์ ๋ฐ๊ฒฌํ์๋ฉด [์ด์](https://github.com/9bow/PyTorch-tutorials-kr/issues/new)๋ฅผ ๋จ๊ฒจ์ฃผ์ธ์. [Pull Request](https://github.com/9bow/PyTorch-tutorials-kr/pulls)๋ ํ์ํฉ๋๋ค. :) |
59 |
| - |
60 |
| - |
61 |
| ---- |
62 |
| -This is a project to translate [PyTorch tutorials](https://github.com/pytorch/tutorials/tree/e55b6e2f4f99c3d504447f0c151b1f99d2707981) into Korean. For the latest version, please visit to the [PyTorch tutorials repo](https://github.com/pytorch/tutorials). |
| 28 | +- Then you can build using `make docs`. This will download the data, execute the tutorials and build the documentation to `docs/` directory. This will take about 60-120 min for systems with GPUs. If you do not have a GPU installed on your system, then see next step. |
| 29 | +- You can skip the computationally intensive graph generation by running `make html-noplot` to build basic html documentation to `_build/html`. This way, you can quickly preview your tutorial. |
0 commit comments