An open API service indexing awesome lists of open source software.

https://github.com/hollance/ignition

PyTorch helper code
https://github.com/hollance/ignition

deep-learning machine-learning neural-networks python pytorch scikit-learn

Last synced: about 1 month ago
JSON representation

PyTorch helper code

Awesome Lists containing this project

README

        

# 🚀 Ignition

Convenience routines for use with PyTorch.

**Beware of dragons!** This library is woefully incomplete and not ready for production use.

## Philosophy

Ignition aims to be a *minimal* framework on top of PyTorch. It's basically a general-purpose training loop and some handy helper functions. It does not try to abstract away everything into a "model" object the way Keras does.

- [Documentation](HowToUse.md)
- [TODO list](TODO.md)

Inspired by [Keras](https://keras.io) and [fastai](https://github.com/fastai/fastai), but different. ;-)