catalyst-codestyle21.9.2
catalyst-codestyle21.9.2
Published
Catalyst.Codestyle
pip install catalyst-codestyle
Package Downloads
Authors
Project URLs
Requires Python
>=3.6.0
Dependencies
black (>=19.10b0)flake8 (<4.0,>=3.7)flake8-blind-except (<0.2,>=0.1.1)flake8-broken-line (<0.4,>=0.3)flake8-bugbear (<22.0,>=20.1)flake8-comprehensions (<4.0,>=3.1)flake8-debugger (<5.0,>=4.0)flake8-docstrings (<2.0,>=1.4)flake8-quotes (<4.0,>=3.0)flake8-rst-docstrings (<0.3.0,>=0.2.3)flake8-string-format (<0.4,>=0.3)pep8-naming (<0.13,>=0.11)darglint (<2.0,>=1.5)isort (<6.0,>=5.0)nitpick (<0.28,>=0.27)
PyTorch framework for Deep Learning research and development.
It was developed with a focus on reproducibility,
fast experimentation and code/ideas reusing.
Being able to research/develop something new,
rather than write another regular train loop.
Break the cycle - use the Catalyst!
Project manifest. Part of PyTorch Ecosystem. Part of Catalyst Ecosystem:
- Alchemy - Experiments logging & visualization
- Catalyst - Accelerated Deep Learning Research and Development
- Reaction - Convenient Deep Learning models serving
Catalyst.Codestyle 
Installation
Common installation:
pip install -U catalyst-codestyle
Getting started
# make code compatible with `catalyst` code style
catalyst-make-codestyle
# check that the code is `catalyst` code style compliant
catalyst-check-codestyle
