lightning/pl_examples
Jirka Borovec 0f36525e8f
fix/enable - check F401 (#5201)
* refactor - check F401

* missed

* fix
2020-12-21 10:15:04 +01:00
..
basic_examples refactor - check E501 (#5200) 2020-12-21 14:23:09 +05:30
domain_templates update usage of deprecated profiler (#5010) 2020-12-10 08:38:14 +01:00
pytorch_ecosystem/pytorch_geometric fix/enable - check F401 (#5201) 2020-12-21 10:15:04 +01: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 fix examples running in DP (#4764) 2020-12-04 23:32:00 +01: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.