1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
|
Ignite Your Networks!
=====================
PyTorch-Ignite is a high-level library to help with training and evaluating neural networks in PyTorch flexibly and transparently.
.. image:: https://raw.githubusercontent.com/pytorch/ignite/master/assets/logo/ignite_logo_mixed.png
:target: https://pytorch-ignite.ai
All our documentation moved to `pytorch-ignite.ai <https://pytorch-ignite.ai/tutorials/beginner/01-getting-started/>`_
.. automodule:: ignite
.. toctree::
:maxdepth: 2
:caption: Package Reference
engine
handlers
metrics
distributed
exceptions
utils
.. automodule:: ignite.contrib
.. toctree::
:maxdepth: 2
:caption: Contrib Package Reference
contrib/engines
contrib/metrics
contrib/handlers
|