DeLU (Deep Learning Utilities)#
v0.0.22 Other versions Source code
DeLU is a simple well-documented PyTorch toolbox consisting of two parts:
|
Extensions to the corresponding |
|
Handy tools for common scenarios (e.g. for training loops). |
Project status 🧪 Until the release of the version 0.1.0, DeLU should be considered as experimental. All changes are carefully documented in the release notes.
Installation#
pip install delu
Usage#
DeLU is a toolbox, not a framework, so you can learn things and start using them in any order.
The “Usage & API” section on the website is the main source of knowledge about DeLU: it provides usage examples, explanations and docstrings.
How to contribute#
Use issues to report bugs, share ideas and give feedback.
For pull requests, see CONTRIBUTING.md.