https://github.com/chainer/chainer
Raw File
Tip revision: 0765bef70da1fb2a9f0f8806fe4933f15546a721 authored by Shunta Saito on 24 January 2019, 07:37:33 UTC
Merge pull request #6078 from kmaehashi/release-v5.2.0
Tip revision: 0765bef
.gitignore
*~
*.egg/
*.pyc
*.pyo
*.cpp
*.so
build
\#*\#
.\#*
.coverage
.eggs/
_readthedocs_build
/TAGS
/tags
chainer.egg-info/
dist/
htmlcov/
.idea/
.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