lightning/pl_examples
Carlos Mocholí 6a7f011495
Reuse _TORCHVISION_AVAILABLE (#6976)
2021-04-13 18:33:32 +02:00
..
basic_examples Reuse _TORCHVISION_AVAILABLE (#6976) 2021-04-13 18:33:32 +02:00
domain_templates Reuse _TORCHVISION_AVAILABLE (#6976) 2021-04-13 18:33:32 +02:00
README.md [docs] Update Bolts link (#6743) 2021-03-30 22:52:59 +05:30
__init__.py Reuse _TORCHVISION_AVAILABLE (#6976) 2021-04-13 18:33:32 +02:00
bug_report_model.py Fix DDP_SPAWN compatibility with bug_report_model.py (#6892) 2021-04-08 19:57:18 +05:30
run_ddp-examples.sh remake nvidia docker (#6686) 2021-03-29 09:39:06 +01:00
run_examples-args.sh remake nvidia docker (#6686) 2021-03-29 09:39:06 +01:00
test_examples.py enable testing DDP examples (#4995) 2021-02-15 15:36:13 +00:00

README.md

Examples

Our most robust examples showing all sorts of implementations can be found in our sister library PyTorch-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 PyTorch-Lightning-Bolts for advanced use cases.