lightning/pl_examples
Jirka Borovec 2846322f60
fix docs render (#5610)
2021-01-25 20:21:00 -05:00
..
basic_examples fix num_workers for Windows example (#5375) 2021-01-06 19:28:30 -05:00
domain_templates fix docs render (#5610) 2021-01-25 20:21:00 -05:00
README.md Update README.md 2020-09-23 00:21:53 -04: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.