lightning/pl_examples
Arnaud Gelas fb6c33a52d Fix pre-commit trailing-whitespace and end-of-file-fixer hooks. (#5387)
(cherry picked from commit 4c6f36e6e1)
2021-01-26 14:27:56 +01:00
..
basic_examples Fix pre-commit trailing-whitespace and end-of-file-fixer hooks. (#5387) 2021-01-26 14:27:56 +01:00
domain_templates fix docs render (#5610) 2021-01-25 20:21:00 -05:00
README.md Fix pre-commit trailing-whitespace and end-of-file-fixer hooks. (#5387) 2021-01-26 14:27:56 +01:00
__init__.py flake8 ++ 2021-01-05 09:58:37 +01:00
bug_report_model.py Apply isort to `pl_examples/` (#5291) 2021-01-06 12:47:53 +01:00
test_examples.py flake8 ++ 2021-01-05 09:58:37 +01:00

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:


Domain examples

This folder contains older examples. You should instead use the examples in PyTorch-Lightning-Bolts for advanced use cases.