lightning/pl_examples
Jirka Borovec 77fb425dd4
update usage of deprecated profiler (#5010)
* drop deprecated profiler

* lut

Co-authored-by: Roger Shieh <sh.rog@protonmail.ch>
2020-12-10 08:38:14 +01:00
..
basic_examples [feat] pp 2/n (#5026) 2020-12-09 12:56:51 +00:00
domain_templates update usage of deprecated profiler (#5010) 2020-12-10 08:38:14 +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 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.