1.1 KiB
1.1 KiB
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:
- 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 PyTorch-Lightning-Bolts for advanced use cases.