lightning/pl_examples
Adrian Wälchli 6cc1a06078
rename accelerator_backend -> accelerator (#6034)
* rename accelerator backend

* rename new additions from master

* add proper deprecation

* pep8

* warning match

* add missing warning type
2021-02-18 15:54:12 +00:00
..
basic_examples rename accelerator_backend -> accelerator (#6034) 2021-02-18 15:54:12 +00:00
domain_templates [BugFix] Resolve bugs in computer_vision_fine_tuning.py example (#5985) 2021-02-16 21:01:04 +00: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.