Intuitive library for training neural nets in PyTorch
Project description
Intuitive library to help with training neural networks in PyTorch
ignis
is a high-level library that helps you write compact but full-featured training loops with metrics, early stops,
and model checkpoints for deep learning library PyTorch.
You can extend ignis
according to your own needs. You can implement custom functionalities by extending simple
abstract classes.
Installation
- Install PyTorch. You can find it here: PyTorch
pip install ignis
Examples
You can find examples in examples/
directory
You can also run examples: python examples/iris.py
You might want to export PYTHONPATH=/path/to/this/directory
Contribute
- Implement new functionalities
- Improve code design
- Improve comments and readme
- Tests
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ignis-0.0.8.tar.gz
(5.6 kB
view hashes)
Built Distribution
ignis-0.0.8-py3-none-any.whl
(7.9 kB
view hashes)