4de568a545
Co-authored-by: Sean Naren <sean.narenthiran@gmail.com> Co-authored-by: Nicki Skafte <skaftenicki@gmail.com> |
||
---|---|---|
.. | ||
basic_examples | ||
domain_templates | ||
pytorch_ecosystem/pytorch_geometric | ||
README.md | ||
__init__.py | ||
bug_report_model.py | ||
test_examples.py |
README.md
Examples
Our most robust examples showing all sorts of implementations can be found in our sister library PyTorch-Lightning-Bolts.
Basic examples
In this folder we add 3 simple examples:
- Image Classifier (trains arbitrary datasets with arbitrary backbones).
- MNIST classifier (defined the model inside the lightningModule).
- Autoencoder (shows how the LightningModule is meant to be used as a system)
Domain examples
This folder contains older examples. You should instead use the examples in PyTorch-Lightning-Bolts for advanced use cases.