Skip to content

Commit cd21937

Browse files
committed
1 parent 06e3615 commit cd21937

File tree

72 files changed

+6211
-722
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

72 files changed

+6211
-722
lines changed

β€Ž.gitignoreβ€Ž

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
# sphinx things
2-
/beginner
3-
/intermediate
4-
/advanced
2+
beginner
3+
intermediate
4+
advanced
5+
pytorch_basics
56
/recipes
7+
prototype
68

79
#data things
810
_data/
@@ -31,6 +33,7 @@ __pycache__/
3133
*.so
3234

3335
# Distribution / packaging
36+
src/
3437
.Python
3538
env/
3639
build/
@@ -112,4 +115,11 @@ ENV/
112115

113116
# Rope project settings
114117
.ropeproject
115-
*.bak
118+
119+
# Mac things
120+
.DS_Store
121+
cleanup.sh
122+
*.swp
123+
124+
# PyTorch things
125+
*.pt

β€ŽMakefileβ€Ž

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ download:
4343
mkdir -p advanced_source/data
4444
mkdir -p beginner_source/data
4545
mkdir -p intermediate_source/data
46+
mkdir -p prototype_source/data
4647

4748
# transfer learning tutorial data
4849
wget -N https://download.pytorch.org/tutorial/hymenoptera_data.zip -P $(DATADIR)
@@ -100,6 +101,14 @@ download:
100101
wget -N https://s3.amazonaws.com/pytorch-tutorial-assets/imagenet_1k.zip -P $(DATADIR)
101102
unzip $(ZIPOPTS) $(DATADIR)/imagenet_1k.zip -d advanced_source/data/
102103

104+
# Download model for prototype_source/graph_mode_static_quantization_tutorial.py
105+
wget -N https://download.pytorch.org/models/resnet18-5c106cde.pth -P $(DATADIR)
106+
cp $(DATADIR)/resnet18-5c106cde.pth prototype_source/data/resnet18_pretrained_float.pth
107+
108+
# Download dataset for prototype_source/graph_mode_static_quantization_tutorial.py
109+
wget -N https://s3.amazonaws.com/pytorch-tutorial-assets/imagenet_1k.zip -P $(DATADIR)
110+
unzip $(ZIPOPTS) $(DATADIR)/imagenet_1k.zip -d prototype_source/data/
111+
103112
docs:
104113
make download
105114
make html
@@ -108,7 +117,6 @@ docs:
108117
touch docs/.nojekyll
109118

110119
html-noplot:
111-
make clean
112120
$(SPHINXBUILD) -D plot_gallery=0 -b html $(SPHINXOPTS) "$(SOURCEDIR)" "$(BUILDDIR)/html"
113121
# bash .jenkins/remove_invisible_code_block_batch.sh "$(BUILDDIR)/html"
114122
@echo

β€ŽREADME.mdβ€Ž

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ PyTorchμ—μ„œ μ œκ³΅ν•˜λŠ” νŠœν† λ¦¬μ–Όμ˜ ν•œκ΅­μ–΄ λ²ˆμ—­μ„ μœ„ν•œ μ €μž₯μ†Œ
66

77
λ²ˆμ—­μ˜ 결과물은 [https://tutorials.pytorch.kr](https://tutorials.pytorch.kr)μ—μ„œ ν™•μΈν•˜μ‹€ 수 μžˆμŠ΅λ‹ˆλ‹€. (λ²ˆμ—­μ„ μ§„ν–‰ν•˜λ©° **λΆˆκ·œμΉ™μ μœΌλ‘œ** μ—…λ°μ΄νŠΈν•©λ‹ˆλ‹€.)
88

9-
ν˜„μž¬ λ²ˆμ—­ μ§„ν–‰ 쀑인 λ‚΄μš©μ€ [#68](https://github.com/9bow/PyTorch-tutorials-kr/issues/68)λ₯Ό μ°Έκ³ ν•΄μ£Όμ„Έμš”.
9+
ν˜„μž¬ λ²ˆμ—­ μ§„ν–‰ 쀑인 λ‚΄μš©μ€ [#90](https://github.com/9bow/PyTorch-tutorials-kr/issues/68)λ₯Ό μ°Έκ³ ν•΄μ£Όμ„Έμš”.
1010

1111
## κΈ°μ—¬ν•˜κΈ°
1212

1313
μžμ„Έν•œ 방법은 [κΈ°μ—¬ν•˜κΈ° λ¬Έμ„œ](CONTRIBUTING.md)λ₯Ό μ°Έμ‘°ν•΄μ£Όμ„Έμš”. :)
1414

1515
## 원문
1616

17-
ν˜„μž¬ PyTorch v1.5 νŠœν† λ¦¬μ–Ό λ²ˆμ—­μ΄ μ§„ν–‰ μ€‘μž…λ‹ˆλ‹€. ([pytorch/tutorials#f7d7360](https://github.com/pytorch/tutorials/commit/f7d736060e5150d185ac5c75ef8a3625edebec60) κΈ°μ€€)
17+
ν˜„μž¬ PyTorch v1.6 νŠœν† λ¦¬μ–Ό λ²ˆμ—­μ΄ μ§„ν–‰ μ€‘μž…λ‹ˆλ‹€. ([pytorch/tutorials@bc9cac0](https://github.com/pytorch/tutorials/commit/bc9cac0a77512136d91d717e3c8f1e83165b196d) κΈ°μ€€)
1818

1919
μ΅œμ‹ μ˜ νŠœν† λ¦¬μ–Ό(μ˜μ–΄)은 [PyTorch tutorials](https://pytorch.org/tutorials) 및 [PyTorch tutorials μ €μž₯μ†Œ](https://github.com/pytorch/tutorials)λ₯Ό μ°Έκ³ ν•΄μ£Όμ„Έμš”.
2020

@@ -31,4 +31,4 @@ PyTorchμ—μ„œ μ œκ³΅ν•˜λŠ” νŠœν† λ¦¬μ–Όμ˜ ν•œκ΅­μ–΄ λ²ˆμ—­μ„ μœ„ν•œ μ €μž₯μ†Œ
3131
`버전-base`(예. `1.4-base`)λŠ” ν•΄λ‹Ή 버전을 μ‹œμž‘ν•  λ•Œμ˜ 릴리즈이고, `버전-latest`(예. `1.4-latest`)λŠ” ν•΄λ‹Ή λ²„μ „μ˜ λ§ˆμ§€λ§‰ λ¦΄λ¦¬μ¦ˆμž…λ‹ˆλ‹€.
3232

3333
---
34-
This is a project to translate [pytorch/tutorials#f7d7360](https://github.com/pytorch/tutorials/commit/f7d736060e5150d185ac5c75ef8a3625edebec60) into Korean. For the latest version, please visit to the [PyTorch tutorials repo](https://github.com/pytorch/tutorials).
34+
This is a project to translate [pytorch/tutorials@bc9cac0](https://github.com/pytorch/tutorials/commit/bc9cac0a77512136d91d717e3c8f1e83165b196d) into Korean. For the latest version, please visit to the [PyTorch tutorials repo](https://github.com/pytorch/tutorials).
26.4 KB
Loading

β€Ž_static/img/compare_stub.pngβ€Ž

22.3 KB
Loading
19.7 KB
Loading
307 KB
Loading

β€Ž_static/img/shadow.pngβ€Ž

15.2 KB
Loading
34.9 KB
Loading
34.9 KB
Loading

0 commit comments

Comments
Β (0)