Deep Learning Utilities for PyTorch users.


Keywords
artificial, intelligence, deep, learning, library, python, pytorch, torch, ai, artificial-intelligence, deep-learning, machine-learning, neural-networks
License
MIT
Install
pip install delu==0.0.23

Documentation

DeLU (Deep Learning Utilities)

DeLU is a general-purpose PyTorch library that simplifes development and training of deep learning models. DeLU is a toolbox, not a framework:

  • DeLU provides functions and classes that facilitate training loops, reproducibility, tensor manipulations and other typical aspects of deep learning projects.
  • there is no need to "rebuild your project around DeLU": you can start using DeLU by picking individual tools that you find helpful.

DeLU is tested and battle-tested in research projects. The public API is still evolving, and backward-incompatible changes are possible.

Overview

Installation

pip install delu

Dependencies: see pyproject.toml in the repository.

How to contribute

If your contribution includes pull requests, see CONTRIBUTING.md

How to cite

@article{gorishniy2020delu,
    title={DeLU: a Lightweight Toolbox for Deep Learning Researchers and Practitioners},
    author={Yury Gorishniy},
    journal={GitHub},
    volume={Yura52/delu},
    url={https://github.com/Yura52/delu},
    year={2020},
}