lightning/examples
Adrian Wälchli d5b758a9f8
Ignore dead links due to fabric docs move (#16920)
Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
2023-03-01 18:19:46 +00:00
..
app_argparse rename flow _exit (#16378) 2023-01-17 11:06:50 +00:00
app_boring rename flow _exit (#16378) 2023-01-17 11:06:50 +00:00
app_commands_and_api [App] Add rm one level below project level (#16740) 2023-02-14 14:12:51 +00:00
app_components Update pytorch_lightning imports in examples (#16615) 2023-02-10 10:30:42 +00:00
app_dag [pre-commit.ci] pre-commit suggestions (#16224) 2023-01-04 18:48:35 -05:00
app_display_name [App] Add display name property to the work (#16095) 2022-12-18 12:54:15 +00:00
app_drive rename flow _exit (#16378) 2023-01-17 11:06:50 +00:00
app_hpo rename flow _exit (#16378) 2023-01-17 11:06:50 +00:00
app_installation_commands Typo in printing app.py (#16643) 2023-02-07 20:26:07 +00:00
app_interruptible [App] Add interruptible work (#16399) 2023-01-25 13:48:27 +00:00
app_justpy Add JustPy Frontend (#15002) 2022-10-27 11:48:26 -04:00
app_layout rename flow _exit (#16378) 2023-01-17 11:06:50 +00:00
app_mount ENG-627: Docs for CloudCompute Mount Argument (#15182) 2022-12-07 15:11:52 +00:00
app_multi_node Introduce new precision layout in PL (#16783) 2023-02-17 17:58:14 +01:00
app_payload rename flow _exit (#16378) 2023-01-17 11:06:50 +00:00
app_pickle_or_not rename flow _exit (#16378) 2023-01-17 11:06:50 +00:00
app_server Sample datatype for Serve Component (#15623) 2022-11-10 14:39:36 -05:00
app_server_with_auto_scaler [App] Fix `AutoScaler` example (#16557) 2023-02-06 16:55:12 +01:00
app_template_streamlit_ui [App] Remove `SingleProcessRuntime` (#15933) 2022-12-07 23:22:40 +00:00
app_v0 [App] Enable debugger with LightningApp (#15590) 2022-11-09 20:46:31 +00:00
app_works_on_default_machine [App] Enable debugger with LightningApp (#15590) 2022-11-09 20:46:31 +00:00
fabric Ignore dead links due to fabric docs move (#16920) 2023-03-01 18:19:46 +00:00
pl_basics Update pytorch_lightning imports in examples (#16615) 2023-02-10 10:30:42 +00:00
pl_bug_report Update import in bug report template (#16616) 2023-02-03 01:52:16 +01:00
pl_domain_templates Remove argparse utils (#16708) 2023-02-13 20:44:30 +00:00
pl_hpu Introduce new precision layout in PL (#16783) 2023-02-17 17:58:14 +01:00
pl_ipu Update pytorch_lightning imports in examples (#16615) 2023-02-10 10:30:42 +00:00
pl_servable_module "sequential" mode for `CombinedLoader` (#16743) 2023-02-14 06:51:48 +01:00
README.md Ignore dead links due to fabric docs move (#16920) 2023-03-01 18:19:46 +00:00
run_fabric_examples.sh copyright Lightning AI team (#16647) 2023-02-06 15:26:51 +01:00
run_pl_examples.sh copyright Lightning AI team (#16647) 2023-02-06 15:26:51 +01:00

README.md

Examples

Our most robust examples showing all sorts of implementations can be found in our sister library Lightning Bolts.


Note that some examples may rely on new features that are only available in the development branch and may be incompatible with any releases. If you see any errors, you might want to consider switching to a version tag you would like to run examples with. For example, if you're using pytorch-lightning==1.6.4 in your environment and seeing issues, run examples of the tag 1.6.4.


Lightning Fabric Examples

We show how to accelerate your PyTorch code with Lightning Fabric with minimal code changes. You stay in full control of the training loop.


Lightning Trainer Examples

In this folder, we have 2 simple examples that showcase the power of the Lightning Trainer.


Domain Examples

This folder contains older examples. You should instead use the examples in Lightning Bolts for advanced use cases.