Skip to main content

A collection of utilities for PyTorch Lightning.

Project description

LightningToolbox: A PyTorch Lightning Facilitator

InstallationDocsLicense

PyPI version

Welcome to lightning-toolbox, a python package that offers a set of automation tools built on top of PyTorch Lightning. As a deep learning researcher, I found that PyTorch Lightning offloads a significant portion of redundant work. However, I still found myself spending a considerable amount of time on writing boilerplate code for datamodules, training/validation steps, logging, and specially for not so complicated costum training loops. This is why I created lightning-toolbox - to make it easier to focus on writing experiment-specific code rather than dealing with tedious setup tasks.

By passing your PyTorch model onto a generic lightning.LightningModule (lightning_toolbox.TrainingModule), lightning-toolbox automatically populates the objective function, optimizer step, and more. In addition, lightning-toolbox's generic lightning.LightningDataModule (lightning_toolbox.DataModule) can turn any PyTorch dataset, into a experiment-ready lightning data module, completing the cycle for writing lightning deep learning experiments.

Most of the functionality provided in this package is based on dypy, which enables lazy evaluation of variables and runtime code injections. Although lightning-toolbox is currently in its early stages and mainly serves as a facilitator for my personal research projects, I believe it can be helpful for many others who deal with similar deep learning experiments. Therefore, I decided to open-source this project and continue to add on to it as I move further in my research.

As a disclaimer this package does not intend to solve field-specific problems and provides more generic facilitator codes that the official lightning-bolts, that you can easily mold into your desired deep learning experiment.

Installation

pip install lightning-toolbox

Lightning toolbox is tested on lightning==1.9.0, although there's no version restriction setup for this package, things might break down if the community decides to roll backward incompatible changes to the core Pytorch Lightning API (as they usually do).

License

This project is licensed under the terms of the Apache 2.0 license. See LICENSE for more details.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

lightning_toolbox-0.0.35.tar.gz (32.8 kB view details)

Uploaded Source

Built Distribution

lightning_toolbox-0.0.35-py3-none-any.whl (46.5 kB view details)

Uploaded Python 3

File details

Details for the file lightning_toolbox-0.0.35.tar.gz.

File metadata

  • Download URL: lightning_toolbox-0.0.35.tar.gz
  • Upload date:
  • Size: 32.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.8.18

File hashes

Hashes for lightning_toolbox-0.0.35.tar.gz
Algorithm Hash digest
SHA256 f698ffeb9685a89cdfbbef78d4bbec7b4cb13dacaea78ba66ec0e11278a0f140
MD5 4a58e4c25b12928f53486ee9c298a839
BLAKE2b-256 9f783767ade9a3a3c858d38024e6f86410937a5f6261d08544fd2fbf46496d96

See more details on using hashes here.

File details

Details for the file lightning_toolbox-0.0.35-py3-none-any.whl.

File metadata

File hashes

Hashes for lightning_toolbox-0.0.35-py3-none-any.whl
Algorithm Hash digest
SHA256 90c19173dfe5572f46dc5b666678b2e93a9e3c16af0b8f29f83a726d540ac2d9
MD5 de6330504d790991882938c4cb5ebc29
BLAKE2b-256 7d7cc36af7e2778dc27a5c1076d6c1a625e5924890005ef02b1d41346579cef2

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page