zaburo-ch / pytorch-pfn-extras

Supplementary components to accelerate research and development in PyTorch

Home Page:https://medium.com/pytorch/migration-from-chainer-to-pytorch-8ed92c12c8

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pytorch-pfn-extras

Supplementary components to accelerate research and development in PyTorch.

Installation

pip install pytorch-pfn-extras

# Use `[onnx]` to use onnx submodule like:
#  pip install pytorch-pfn-extras[onnx]

### Optinal dependencies
# For PlotReport / VariableStatisticsPlot extensions
pip install matplotlib

# For IgniteExtensionsManager
pip install pytorch-ignite torchvision

Documentation

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

About

Supplementary components to accelerate research and development in PyTorch

https://medium.com/pytorch/migration-from-chainer-to-pytorch-8ed92c12c8

License:MIT License


Languages

Language:Python 99.9%Language:Shell 0.1%