f67892ea96
* add yesqa * fix flake8 Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> |
||
---|---|---|
.. | ||
basic_examples | ||
domain_templates | ||
ipu_examples | ||
README.md | ||
__init__.py | ||
bug_report_model.py | ||
run_examples.sh | ||
test_examples.py |
README.md
Examples
Our most robust examples showing all sorts of implementations can be found in our sister library lightning-bolts.
Basic examples
In this folder we add 3 simple examples:
- MNIST Classifier (defines the model inside the
LightningModule
). - Image Classifier (trains arbitrary datasets with arbitrary backbones).
- Autoencoder (shows how the
LightningModule
can be used as a system)
Domain examples
This folder contains older examples. You should instead use the examples in lightning-bolts for advanced use cases.