DeLU (Deep Learning Utilities)#

DeLU is a minimalistic PyTorch toolbox consisting of two parts:

  1. Direct extensions to existing PyTorch modules aimed at improving the day-to-day experience with PyTorch (delu.nn ~ torch.nn, delu.random ~ torch.random, etc.)

  2. delu.tools: other handy tools for common scenarios (e.g. for implementing training loops)

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 “API & Examples” section on the website is the main source of knowledge about DeLU: it provides usage examples, explanation and docstrings.

How to contribute#


Indices and Tables#