lightning/pl_examples
Akihiro Nitta 5cf892b5f6
Fix typo (#6178)
2021-02-24 10:14:25 -05:00
..
basic_examples rename accelerator_backend -> accelerator (#6034) 2021-02-18 15:54:12 +00:00
domain_templates Fix typo (#6178) 2021-02-24 10:14:25 -05:00
README.md Basic examples fixes (#5912) 2021-02-16 19:31:07 +00:00
__init__.py yapf examples (#5709) 2021-01-30 10:17:12 +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.