lightning/pl_examples
brett koonce 4de568a545
tweak imagenet docs to match current script (#4895)
Co-authored-by: Sean Naren <sean.narenthiran@gmail.com>
Co-authored-by: Nicki Skafte <skaftenicki@gmail.com>
2020-11-30 09:54:55 +01:00
..
basic_examples Update examples - use DataModule (#4740) 2020-11-20 23:40:40 +05:30
domain_templates tweak imagenet docs to match current script (#4895) 2020-11-30 09:54:55 +01:00
pytorch_ecosystem/pytorch_geometric [Example] Add Pytorch Geometric Example (#4568) 2020-11-18 20:03:55 +00:00
README.md Update README.md 2020-09-23 00:21:53 -04:00
__init__.py Update examples - use DataModule (#4740) 2020-11-20 23:40:40 +05:30
bug_report_model.py feature/ Add note about Argparse. (#4321) 2020-11-03 23:40:51 +06:30
test_examples.py Update examples - use DataModule (#4740) 2020-11-20 23:40:40 +05:30

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.