lightning/pl_examples
Danielle Pintz b3a5c7f442
Add `enable_progress_bar` to Trainer constructor (#9664)
2021-09-24 22:53:31 -07:00
..
basic_examples [bugfix] Resolve example after LightningCLI update (#9520) 2021-09-15 12:31:41 +05:30
domain_templates Add `enable_progress_bar` to Trainer constructor (#9664) 2021-09-24 22:53:31 -07:00
ipu_examples Replace `yapf` with `black` (#7783) 2021-07-26 13:37:35 +02: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 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.