fast-ple

PytorchLightning experiment template


Keywords
PytorchLightning, experiment, templete, for, fast, ai, model, development
License
Apache-2.0
Install
pip install fast-ple==0.0.4

Documentation

LitClassifier

How to use

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

Trainer example

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