Skip to main content

A lightweight library to help with training neural networks in PyTorch.

Project description

Ignite

https://travis-ci.org/pytorch/ignite.svg?branch=master https://codecov.io/gh/pytorch/ignite/branch/master/graph/badge.svg https://pepy.tech/badge/pytorch-ignite https://img.shields.io/badge/dynamic/json.svg?label=docs&url=https%3A%2F%2Fpypi.org%2Fpypi%2Fpytorch-ignite%2Fjson&query=%24.info.version&colorB=brightgreen&prefix=v

Ignite is a high-level library to help with training neural networks in PyTorch.

  • ignite helps you write compact but full-featured training loops in a few lines of code

  • you get a training loop with metrics, early-stopping, model checkpointing and other features without the boilerplate

Below we show a side-by-side comparison of using pure pytorch and using ignite to create a training loop to train and validate your model with occasional checkpointing:

assets/ignite_vs_bare_pytorch.png

As you can see, the code is more concise and readable with ignite. Furthermore, adding additional metrics, or things like early stopping is a breeze in ignite, but can start to rapidly increase the complexity of your code when “rolling your own” training loop.

Installation

From pip:

pip install pytorch-ignite

From conda:

conda install ignite -c pytorch

From source:

python setup.py install

Why Ignite?

Ignite’s high level of abstraction assumes less about the type of network (or networks) that you are training, and we require the user to define the closure to be run in the training and validation loop. This level of abstraction allows for a great deal more of flexibility, such as co-training multiple models (i.e. GANs) and computing/tracking multiple losses and metrics in your training loop.

Ignite also allows for multiple handlers to be attached to events, and a finer granularity of events in the engine loop.

Documentation

API documentation and an overview of the library can be found here.

Structure

  • ignite: Core of the library, contains an engine for training and evaluating, all of the classic machine learning metrics and a variety of handlers to ease the pain of training and validation of neural networks!

  • ignite.contrib: The Contrib directory contains additional modules contributed by Ignite users. Modules vary from TBPTT engine, various optimisation parameter schedulers, logging handlers and a metrics module containing many regression metrics (ignite.contrib.metrics.regression)!

The code in ignite.contrib is not as fully maintained as the core part of the library. It may change or be removed at any time without notice.

Examples

Please check out the examples to see how to use ignite to train various types of networks, as well as how to use visdom or tensorboardX for training visualizations.

Contributing

We appreciate all contributions. If you are planning to contribute back bug-fixes, please do so without any further discussion. If you plan to contribute new features, utility functions or extensions, please first open an issue and discuss the feature with us.

Please see the contribution guidelines for more information.

As always, PRs are welcome :)

Project details


Release history Release notifications | RSS feed

This version

0.2.0

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pytorch-ignite-0.2.0.tar.gz (44.4 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

pytorch_ignite-0.2.0-py3.5.egg (174.1 kB view details)

Uploaded Egg

pytorch_ignite-0.2.0-py2.py3-none-any.whl (73.8 kB view details)

Uploaded Python 2Python 3

File details

Details for the file pytorch-ignite-0.2.0.tar.gz.

File metadata

  • Download URL: pytorch-ignite-0.2.0.tar.gz
  • Upload date:
  • Size: 44.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.4.2 requests/2.19.1 setuptools/41.0.0 requests-toolbelt/0.8.0 tqdm/4.31.1 CPython/3.5.6

File hashes

Hashes for pytorch-ignite-0.2.0.tar.gz
Algorithm Hash digest
SHA256 80c1e1c616859e64cad2f87cd0ccf2f1bf7d3e2e15f94b7064e926d80b2af2d3
MD5 8617dd397e8055e5f282189e50295017
BLAKE2b-256 e4d0ca13fbbc6b7ed548293590554b1dd0edbf3b7f3c37b90475cf47b9349ee0

See more details on using hashes here.

File details

Details for the file pytorch_ignite-0.2.0-py3.5.egg.

File metadata

  • Download URL: pytorch_ignite-0.2.0-py3.5.egg
  • Upload date:
  • Size: 174.1 kB
  • Tags: Egg
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.4.2 requests/2.19.1 setuptools/41.0.0 requests-toolbelt/0.8.0 tqdm/4.31.1 CPython/3.5.6

File hashes

Hashes for pytorch_ignite-0.2.0-py3.5.egg
Algorithm Hash digest
SHA256 3de057f1dfae13fc7321ed1bbc00fe1f1592e18afd9834489169e46afdaa6ec4
MD5 738625408c08c390c4d010c47c1278e3
BLAKE2b-256 9aa266a8f205c21287e167bcbe2d83d75d1895215b11043374e329a6596657fb

See more details on using hashes here.

File details

Details for the file pytorch_ignite-0.2.0-py2.py3-none-any.whl.

File metadata

  • Download URL: pytorch_ignite-0.2.0-py2.py3-none-any.whl
  • Upload date:
  • Size: 73.8 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.4.2 requests/2.19.1 setuptools/41.0.0 requests-toolbelt/0.8.0 tqdm/4.31.1 CPython/3.5.6

File hashes

Hashes for pytorch_ignite-0.2.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 a7524d5325a6b294368eb17ae800aa18826979072ae6af221e63941d03a62627
MD5 73cb0e28627d43ed222f32b8fa72efe9
BLAKE2b-256 987b1da69e5fdcb70e8f40ff3955516550207d5f5c81b428a5056510e72c60c5

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page