Metadata-Version: 2.1
Name: lightning-toolbox
Version: 0.0.2
Summary: A collection of utilities for PyTorch Lightning.
Home-page: https://github.com/vahidzee/lightning_toolbox
Author: Vahid Zehtab
Author-email: vahid@zehtab.me
License: MIT
Keywords: artificial intelligence,pytorch lightning,objective functions,regularization
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown
Requires-Dist: torch (>=1.9)
Requires-Dist: lightning
Requires-Dist: dycode (==0.0.2)

# Lightning Toolbox: A set of useful tools for the PyTorch Lightning Framework

## Installation

```bash
pip install lightning-utils
```


