YAML-based automated rapid prototyping framework for deep learning experiments
This project has been archived.
The maintainers of this project have marked this project as archived. No new releases are expected.
Project description
Focus on your deep learning experiments and forget about (re)writing code. lighter is:
-
Task-agnostic
Whether you’re working on classification, segmentation, or self-supervised learning,
lighterprovides generalized training logic that you can use out-of-the-box. -
Configuration-based
Easily define, track, and reproduce experiments with
lighter’s configuration-driven approach, keeping all your hyperparameters organized. -
Customizable
Seamlessly integrate your custom models, datasets, or transformations into
lighter’s flexible framework.
lighter stands on the shoulder of these two giants:
- MONAI Bundle - Configuration system. Similar to Hydra, but with additional features.
- PyTorch Lightning - Our
LighterSystemis based on the PyTorch LightningLightningModuleand implements all the necessary training logic for you. Couple it with the PyTorch Lightning Trainer and you're good to go.
lighter = config(trainer + system) 😇📖 Getting Started
Install:
pip install project-lighter
Pre-release (up-to-date with the main branch):
pip install project-lighter --pre
For development:
make setup
make install # Install lighter via Poetry
make pre-commit-install # Set up the pre-commit hook for code formatting
poetry shell # Once installed, activate the poetry shell
💡 Projects
Projects that use lighter:
| Project | Description |
|---|---|
| Foundation Models for Quantitative Imaging Biomarker Discovery in Cancer Imaging | A foundation model for lesions on CT scans that can be applied to down-stream tasks related to tumor radiomics, nodule classification, etc. |
Cite
@software{lighter,
author = {Ibrahim Hadzic and
Suraj Pai and
Keno Bressem and
Hugo Aerts},
title = {Lighter},
publisher = {Zenodo},
doi = {10.5281/zenodo.8007711},
url = {https://doi.org/10.5281/zenodo.8007711}
}
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file project_lighter-0.0.3a11.tar.gz.
File metadata
- Download URL: project_lighter-0.0.3a11.tar.gz
- Upload date:
- Size: 25.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
62009e30765622923bd73fcdd3f141d350abaa904d6ad31f141cffff8557b370
|
|
| MD5 |
5a5892ae8faf1d0b8c50ca831db4b18e
|
|
| BLAKE2b-256 |
890a96b298d895e2f32bbbcabdc470f0be979ef9ac652cc5ca8471a55b971a2d
|
File details
Details for the file project_lighter-0.0.3a11-py3-none-any.whl.
File metadata
- Download URL: project_lighter-0.0.3a11-py3-none-any.whl
- Upload date:
- Size: 28.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a06fd568bff28b0476d76372fc56f11a3b36c5c01b008cb620d55da3ef96da6d
|
|
| MD5 |
a2d5d81fac31eee73ef207bf6886ad22
|
|
| BLAKE2b-256 |
f40aa0e04ed836873c2f5430f7efaa017a86e2d86203f526fdc4609df504d56e
|