lightning/pl_examples
chaton a32bffcdea
feature/ Add note about Argparse. (#4321)
* add a note about argparse

* update

Co-authored-by: Jeff Yang <ydcjeff@outlook.com>
Co-authored-by: Rohit Gupta <rohitgr1998@gmail.com>
2020-11-03 23:40:51 +06:30
..
basic_examples ref: remove weight loading hack for ddp_cpu (#3808) 2020-10-02 19:28:50 -04:00
domain_templates update examples (#4233) 2020-10-21 18:07:18 +02:00
README.md Update README.md 2020-09-23 00:21:53 -04:00
__init__.py fix dp issues + update examples and test examples (#3618) 2020-09-23 00:19:46 -04:00
bug_report_model.py feature/ Add note about Argparse. (#4321) 2020-11-03 23:40:51 +06:30
test_examples.py test examples (#3643) 2020-09-24 17:33:11 +02: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.