Metadata-Version: 2.1
Name: pytorch-lightning-spells
Version: 0.1.0
Summary: Some useful plugins for PyTorch Lightning.
Home-page: https://github.com/veritable-tech/pytorch-lightning-spells
Author: Ceshine Lee
Author-email: ceshine@veritable.pw
License: Apache-2.0
Download-URL: https://github.com/veritable-tech/pytorch-lightning-spells
Keywords: deep learning,pytorch,AI
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: Natural Language :: English
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Scientific/Engineering :: Image Recognition
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# PyTorch Lightning Spells

[![CircleCI](https://circleci.com/gh/veritable-tech/pytorch-lightning-spells/tree/master.svg?style=svg)](https://circleci.com/gh/veritable-tech/pytorch-lightning-spells/tree/master) [![Documentation Status](https://readthedocs.org/projects/pytorch-lightning-spells/badge/?version=latest)](https://pytorch-lightning-spells.readthedocs.io/en/latest/?badge=latest)

Some useful plugins for [PyTorch Lightning](https://github.com/PyTorchLightning/pytorch-lightning).

[Documentation](https://pytorch-lightning-spells.readthedocs.io/)

**IMPORTANT NOTICE**: There is ongoing work to make this package fully compatible with PyTorch Lightning version 1.5+ and torchmetric version 0.8+. Please install [version 0.0.5](https://pypi.org/project/pytorch-lightning-spells/0.0.5/) if you are working with PyTorch Lightning version 1.3 or 1.4.

## Installation

```bash
pip install pytorch-lightning-spells
```

or the latest in the main branch:

```bash
pip install https://github.com/veritable-tech/pytorch-lightning-spells/archive/master.zip
```


