lightning/pl_examples
Adrian Wälchli f8a7f3fde0
Add Yield loop example (#9983)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: tchaton <thomas@grid.ai>
2021-10-25 14:26:36 +00:00
..
basic_examples remove dataloader patching on the LightningModule (#9764) 2021-10-20 15:23:20 +02:00
domain_templates Update strategy flag in docs (#10000) 2021-10-20 21:02:53 +05:30
ipu_examples Replace `yapf` with `black` (#7783) 2021-07-26 13:37:35 +02:00
loop_examples Add Yield loop example (#9983) 2021-10-25 14:26:36 +00:00
README.md Fix broken links to PyTorch Lightning Bolts (#9634) 2021-09-22 13:15:51 +01:00
__init__.py Replace `yapf` with `black` (#7783) 2021-07-26 13:37:35 +02:00
bug_report_model.py Add `enable_model_summary` flag and deprecate `weights_summary` (#9699) 2021-10-13 17:20:54 +05:30
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.