DeLU (Deep Learning Utilities)¶
v0.0.26 Other versions Source code
DeLU is a simple PyTorch toolbox aimed at improving the day-to-day experience with PyTorch.
DeLU includes the following submodules:
|
An extension to |
|
An extension to |
|
An extension to |
|
An extension to |
|
Handy tools for common scenarios (e.g. for implementing 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 provides usage examples, explanations and docstrings — it is the main source of knowledge about DeLU.
How to contribute¶
Use issues to report bugs, share ideas and give feedback.
For pull requests, see CONTRIBUTING.md.