Supplementary components to accelerate research and development in PyTorch.
Installation
pip install pytorch-pfn-extras
pip install matplotlib
pip install pytorch-ignite torchvision
pip install cupy
Requirements
Optional dependencies:
- CuPy 8.0+ for PyTorch/CuPy interoperatbility
Documentation
Refer to Read The Docs for the complete documentation.
Below are some quick-links to the most important features of the library.
Examples
Contribution Guide
You can contribute to this project by sending a pull request.
After approval, the pull request will be merged by the reviewer.
Before making a contribution, please confirm that:
- Code quality stays consistent across the script, module or package.
- Code is covered by unit tests.
- API is maintainable.
License
MIT License