lightning/pl_examples
Jirka Borovec 94a9d3d283
Update examples - use DataModule (#4740)
* rename

* add mnist_datamodule.py

* dm

* fix

* imports

* clean

* imports

* transforms

* skip
2020-11-20 23:40:40 +05:30
..
basic_examples Update examples - use DataModule (#4740) 2020-11-20 23:40:40 +05:30
domain_templates Minor typo in the description of Adam's beta 2 (#4715) 2020-11-17 17:00:36 +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.