lightning/pl_examples
Carlos Mocholí 0dfc6a18bd
Call any trainer function from the `LightningCLI` (#7508)
2021-08-28 04:43:14 +00:00
..
basic_examples Call any trainer function from the `LightningCLI` (#7508) 2021-08-28 04:43:14 +00:00
domain_templates Call any trainer function from the `LightningCLI` (#7508) 2021-08-28 04:43:14 +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 Call any trainer function from the `LightningCLI` (#7508) 2021-08-28 04:43:14 +00:00
test_examples.py Call any trainer function from the `LightningCLI` (#7508) 2021-08-28 04:43:14 +00: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.