https://github.com/chainer/chainer
Raw File
Tip revision: 12340007efee499ddcb53120938cc23c8d96c5f9 authored by niboshi on 25 October 2018, 08:34:50 UTC
Merge pull request #5579 from kmaehashi/release-v6.0.0a1
Tip revision: 1234000
.gitignore
*~
*.egg/
*.pyc
*.pyo
*.cpp
*.so
build
\#*\#
.\#*
.coverage
.eggs/
_readthedocs_build
/TAGS
/docs/source/reference/**/generated
/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/core
docs/source/reference/generated
docs/source/reference/util
back to top