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
- Host: GitHub
- URL: https://github.com/hollance/ignition
- Owner: hollance
- License: mit
- Created: 2018-01-03T11:59:10.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-20T14:42:49.000Z (over 6 years ago)
- Last Synced: 2025-03-20T21:26:26.088Z (about 1 month ago)
- Topics: deep-learning, machine-learning, neural-networks, python, pytorch, scikit-learn
- Language: Python
- Homepage:
- Size: 10.5 MB
- Stars: 10
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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. ;-)