Metadata-Version: 2.1
Name: fast-ple
Version: 0.0.4
Summary: PytorchLightning experiment template
Home-page: https://github.com/anhvth/pl_exp/
Author: anh vo
Author-email: anhvth.226@gmail.com
License: Apache Software License 2.0
Keywords: PytorchLightning experiment templete for fast ai model development
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: License :: OSI Approved :: Apache Software License
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: pip
Requires-Dist: packaging
Requires-Dist: loguru
Requires-Dist: mmcv
Requires-Dist: tabulate
Requires-Dist: fastcore
Requires-Dist: pandas
Requires-Dist: pytorch-lightning
Provides-Extra: dev

LitClassifier
================

<!-- WARNING: THIS FILE WAS AUTOGENERATED! DO NOT EDIT! -->

## How to use

``` bash
git clone https://github.com/anhvth/litclassifier
pip install -e ./litclassifier
```

## Trainer example

``` bash
lit_trainer --help
# Demo training with simple mnist model
# To change model please take a look at `configs/00_mnist_vanila.py`
lit_trainer configs/00_mnist_vanila.py
```


