![]() * add mechanism to prevent deadlock * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * resolve flake8 + update changelog * update on comments * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * update * remove space * resolve bugs * overwrite config * update on comments * update on comments * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * update * update * update test with comments * Update pytorch_lightning/plugins/training_type/parallel.py Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com> * update on comments Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com> Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com> |
||
---|---|---|
.. | ||
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.