lightning/pl_examples
Jirka Borovec 2438d7459b add doctests for example 2/n segmentation (#5083)
* draft

* fix

* drop folder

Co-authored-by: chaton <thomas@grid.ai>
2021-01-05 09:58:37 +01:00
..
basic_examples update DALIClassificationLoader to not use deprecated arguments (#4925) 2021-01-05 09:58:37 +01:00
domain_templates add doctests for example 2/n segmentation (#5083) 2021-01-05 09:58:37 +01:00
README.md Update README.md 2020-09-23 00:21:53 -04:00
__init__.py prune ecosystem example (#5085) 2021-01-05 09:58:37 +01:00
bug_report_model.py add doctests for example 1/n (#5079) 2021-01-05 09:58:37 +01:00
test_examples.py prune ecosystem example (#5085) 2021-01-05 09:58:37 +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.