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

Commit

Permalink
Merge pull request #8 from keon/cnnae
Browse files Browse the repository at this point in the history
update cnn and ae examples
  • Loading branch information
keon authored Sep 3, 2019
2 parents 77efe79 + d20ad43 commit 790c5ce
Show file tree
Hide file tree
Showing 25 changed files with 1,359 additions and 1,637 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ install:
# - flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
script:
- python compile_notebooks.py
- travis_wait 30 pytest .
- travis_wait 120 pytest .
# Check python install package
# - pip install -e .
# - tox -e $TOX_ENV
Expand Down
2 changes: 1 addition & 1 deletion 02-파이토치_시작하기/check_installation.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
("torchvision", "토치비전"),
("torchtext", "토치텍스트"),
("numpy", "넘파이"),
("matplotlib", "맷플랏립"),
("matplotlib", "맷플롯립"),
("sklearn", "사이킷런"),
]
installed_packages = []
Expand Down
Loading

0 comments on commit 790c5ce

Please sign in to comment.