917cf83638
* add predict examples * update on comments |
||
---|---|---|
.. | ||
basic_examples | ||
domain_templates | ||
ipu_examples | ||
README.md | ||
__init__.py | ||
bug_report_model.py | ||
run_ddp-examples.sh | ||
run_examples-args.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.