lightning/pl_examples
Jirka Borovec cb59039288
fixing examples (#6600)
* try Azure

* -e

* path
2021-03-20 18:58:59 +00:00
..
basic_examples fixing examples (#6600) 2021-03-20 18:58:59 +00:00
domain_templates deprecate metrics pkg (#6505) 2021-03-15 14:39:38 +00:00
README.md Basic examples fixes (#5912) 2021-02-16 19:31:07 +00:00
__init__.py CI: fix examples - patch download MNIST (#6357) 2021-03-05 16:50:21 +00:00
bug_report_model.py yapf examples (#5709) 2021-01-30 10:17:12 +00:00
run_ddp-example.sh enable testing DDP examples (#4995) 2021-02-15 15:36:13 +00:00
test_examples.py enable testing DDP examples (#4995) 2021-02-15 15:36:13 +00: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.