PyTorch Lightning extension for faster model development.
Project description
Lightning-Boost
Extension of the PyTorch Lightning framework to develop deep learning models in PyTorch even faster.
PyTorch Lightning already saves its versed users a lot of time, as large chunks of the PyTorch code being necessary to train deep neural networks are actually boilerplate. However, with parts of the structure and code still being shared by most not too exotic projects, there is potential for further optimization.
In essence, Lightning-Boost was born out of the need to not create a codebase from scratch for every deep learning project. It provides three key features that help users to develop their models not only faster, but also in a more structured way:
Command Line Interface and Configuration Files
Powered by the Lightning CLI, Lightning-Boost unifies the configuration of deep learning models and their training process. This is accompanied by YAML-based configuration files that can be generated automatically and be used instead of mile-long parametrizations in run-scripts calls.
And the best: A single line of code in the run-script is sufficient, extensive ArgumentParser
definitions are now a thing of the past.
Standardized Project Structure
Lightning-Boost also unifies the structure of a deep learning project in a highly modularized fashion. It provides a clear logical separation between a model, which takes a well-defined input and produces -- as a function -- an equally well-defined output, and a system, which operates on one or more models, given data, and manages the whole training process, as already recommended by PyTorch Lightning. Moreover, Lightning-Boost suggests a directory structure that does not necessarily have to be used, but perfectly fits into this logical framework and helps to stay on top of things.
Base Classes for Common Functionality
As both the management of the training process and datasets share some common functionality across projects, respectively, Lightning-Boost comes with two base classes for the corresponding concepts of a system and a datemodule. Analogously, further base classes are provided for models, datasets and many other components. When developing for a new project, users need to implement only a small number of methods that contain the exact functionality specific to their tasks.
Installation
Simply install via pip:
pip install lightning-boost
Getting started
For newcomers, it is recommended to work through the tutorials. Basic knowledge of PyTorch and PyTorch Lightning is assumed.
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
Built Distribution
File details
Details for the file lightning_boost-1.0.1.tar.gz
.
File metadata
- Download URL: lightning_boost-1.0.1.tar.gz
- Upload date:
- Size: 12.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.1 CPython/3.10.12 Linux/5.15.0-1039-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 27ac80ef2388021ffe38325e2b4304799529b8ed3c2328796a84cc530abe0f09 |
|
MD5 | 2d0cd3b9bb1fe537c7fd271065768c39 |
|
BLAKE2b-256 | 0917842e74c835597073368e572e3a64e5a8c95a3b51e4d1075084578966da77 |
File details
Details for the file lightning_boost-1.0.1-py3-none-any.whl
.
File metadata
- Download URL: lightning_boost-1.0.1-py3-none-any.whl
- Upload date:
- Size: 17.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.1 CPython/3.10.12 Linux/5.15.0-1039-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ec2e7ef194cc69cff6e4e9b74a50bc047364f80805cf0b00429b271740d50c5c |
|
MD5 | c227b98fbfff817565341faba743e793 |
|
BLAKE2b-256 | 19cf34783a93fa7d8290f73adf37e22b0d38c9d5d1ed849159ec0663e5cab489 |