https://github.com/chainer/chainer
Raw File
Tip revision: 522e017a18008ee00e39f4ae4b30f4f9db3824b2 authored by Kenichi Maehashi on 10 June 2021, 08:30:31 UTC
Merge pull request #8613 from chainer/bump-docker-7.8
Tip revision: 522e017
.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