Revision 6c78cbda94d7ad50470152c7408795140b7742d1 authored by Akifumi Imanishi on 30 July 2020, 10:01:27 UTC, committed by GitHub on 30 July 2020, 10:01:27 UTC
2 parent s eddf10e + 8c02712
Raw File
.gitignore
*~
*.egg/
*.pyc
*.pyo
*.cpp
*.so
*.dylib
build
\#*\#
.\#*
_build_info.py
.coverage
.eggs/
_readthedocs_build
/TAGS
/tags
chainer.egg-info/
dist/
htmlcov/
.idea/
.cache/
.mypy_cache/
.pytest_cache/
docs/my.model
docs/my.state
docs/my_mnist.model
docs/mnist_result
docs/*.png
/docs/source/**/reference/**/generated
back to top