lightning/pl_examples
Carlos Mocholí ae1fd6a201
Unblock GPU CI (#8456)
* Debug

* Increase SHM size

* Debug

* Refactor MNIST imports

* Undo debugging

* Prints
2021-07-19 09:41:18 +02:00
..
basic_examples Unblock GPU CI (#8456) 2021-07-19 09:41:18 +02:00
domain_templates Unblock GPU CI (#8456) 2021-07-19 09:41:18 +02:00
ipu_examples IPU Integration 5/5 (#7867) 2021-06-11 15:07:04 +00:00
README.md docs: lightning-bolts (#6967) 2021-04-13 18:49:48 +00:00
__init__.py Unblock GPU CI (#8456) 2021-07-19 09:41:18 +02:00
bug_report_model.py Update `dataloaders` params in example (#8191) 2021-06-29 14:23:48 +02:00
run_examples.sh Refactor GPU examples tests (#8294) 2021-07-06 13:14:04 +01:00
test_examples.py Changed basic_examples to use `LightningCLI` (#6862) 2021-04-15 15:01:16 +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.