Metadata-Version: 2.1
Name: pytorch-lightning-spells
Version: 0.0.5
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**: the current release is compatible with PyTorch Lightning version `1.1.3` to `1.4.0`. There is ongoing work on [the pl_1_5 branch](https://github.com/veritable-tech/pytorch-lightning-spells/tree/pl_1_5) to make this library compatible with PyTorch Lightning version `1.5.x`.

## 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
```


