lightning/pl_examples
Carlos Mocholí e7440d68c3
Allow modifying run_examples.sh defaults (#8769)
2021-08-09 13:54:35 +02:00
..
basic_examples change backbone to self (#8762) 2021-08-06 09:40:59 +00:00
domain_templates CI: yesqa (#8564) 2021-08-02 16:05:56 +00:00
ipu_examples Replace `yapf` with `black` (#7783) 2021-07-26 13:37:35 +02:00
README.md CI: add mdformat (#8673) 2021-08-03 18:19:09 +00:00
__init__.py Replace `yapf` with `black` (#7783) 2021-07-26 13:37:35 +02:00
bug_report_model.py Replace `yapf` with `black` (#7783) 2021-07-26 13:37:35 +02:00
run_examples.sh Allow modifying run_examples.sh defaults (#8769) 2021-08-09 13:54:35 +02:00
test_examples.py Replace `yapf` with `black` (#7783) 2021-07-26 13:37:35 +02:00

README.md

Examples

Our most robust examples showing all sorts of implementations can be found in our sister library 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 lightning-bolts for advanced use cases.