lightning/pl_examples
thomas chaton 86df7dcee7
Add KFold Loop example (#9965)
2021-10-18 16:27:12 +01:00
..
basic_examples Add KFold Loop example (#9965) 2021-10-18 16:27:12 +01:00
domain_templates Fixed use of LightningCLI in computer_vision_fine_tuning.py example (#9934) 2021-10-16 17:04:02 +01:00
ipu_examples Replace `yapf` with `black` (#7783) 2021-07-26 13:37:35 +02:00
loop_examples Add KFold Loop example (#9965) 2021-10-18 16:27:12 +01: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.