lightning/pl_examples
Jirka Borovec 8a40e80226
fix num_workers for Windows example (#5375)
* fix num_workers for Windows example

* chlog

* Apply suggestions from code review

Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>

* warn

Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
2021-01-06 19:28:30 -05:00
..
basic_examples fix num_workers for Windows example (#5375) 2021-01-06 19:28:30 -05:00
domain_templates fix formatting - flake8 + isort 2021-01-06 21:31:48 +01: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.