Metadata-Version: 2.1
Name: lightning-nets
Version: 0.0.0.96
Summary: An extension to pytorch-lightning that provides trainers for generative adversarial methods
Home-page: https://github.com/nabrooks/lightning-nets
Download-URL: https://github.com/nabrooks/lightning-nets/tags
Author: Nick Brooks
Author-email: nick.brooks@outlook.com
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# LightningNets
A supplement to pytorch lightning that implements basic neural network training, generative adversarial training, and others to come.


## Installation
1) install the appropriate pytorch implementation available for your hardware
2) install requirements.txt
