Skip to content
This repository was archived by the owner on Oct 19, 2023. It is now read-only.

Commit 790c5ce

Browse files
authored
Merge pull request #8 from keon/cnnae
update cnn and ae examples
2 parents 77efe79 + d20ad43 commit 790c5ce

File tree

25 files changed

+1359
-1637
lines changed

25 files changed

+1359
-1637
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ install:
1919
# - flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
2020
script:
2121
- python compile_notebooks.py
22-
- travis_wait 30 pytest .
22+
- travis_wait 120 pytest .
2323
# Check python install package
2424
# - pip install -e .
2525
# - tox -e $TOX_ENV

02-파이토치_시작하기/check_installation.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
("torchvision", "토치비전"),
66
("torchtext", "토치텍스트"),
77
("numpy", "넘파이"),
8-
("matplotlib", "맷플랏립"),
8+
("matplotlib", "맷플롯립"),
99
("sklearn", "사이킷런"),
1010
]
1111
installed_packages = []

0 commit comments

Comments
 (0)