lightning/pl_examples
Jirka Borovec f67892ea96
CI: yesqa (#8564)
* add yesqa
* fix flake8

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2021-08-02 16:05:56 +00:00
..
basic_examples Add `pyupgrade` to `pre-commit` (#8557) 2021-07-26 14:38:12 +02: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 docs: lightning-bolts (#6967) 2021-04-13 18:49:48 +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 Refactor GPU examples tests (#8294) 2021-07-06 13:14:04 +01: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.