Metadata-Version: 2.1
Name: pytorch-lightning-template
Version: 0.1.0
Summary: A thin wrapper for Pytorch Lightning, inspired by Keras API
Home-page: https://github.com/smpurkis/autocompile
Author: Sam Purkis
Author-email: sam.purkis@hotmail.co.uk
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/smpurkis/autocompile/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# Pytorch Lightning Template

I'm a big fan of Pytorch Lightning, but wish in some cases it was even more like Keras API,
so made a very thin wrapper for the training and validation functions. 

You specify the accuracy, optimizer, loss functions (just like it Keras) and this wrapper
will seemlessly run like Keras.

