lightning/pl_examples
Jirka Borovec ba806c8ee0
enable testing DDP examples (#4995)
* enable testing DDP examples

* args

* ddp_spawn

* ddp as extra script

* path

# Conflicts:
#	.drone.yml

* install

* -u

* q
2021-02-15 15:36:13 +00:00
..
basic_examples Refactor simplify tests (#5861) 2021-02-08 11:52:02 +01:00
domain_templates fix model arguements (#5653) 2021-02-05 21:40:40 +01:00
README.md Fix pre-commit trailing-whitespace and end-of-file-fixer hooks. (#5387) 2021-01-26 14:27:56 +01: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.