lightning/pl_examples
Jihoon Lee d1200af358 fix model arguements (#5653) 2021-02-05 21:40:40 +01:00
..
basic_examples yapf examples (#5709) 2021-01-30 10:17:12 +00:00
domain_templates fix model arguements (#5653) 2021-02-05 21:40:40 +01:00
README.md Fix pre-commit trailing-whitespace and end-of-file-fixer hooks. (#5387) 2021-01-26 14:27:56 +01:00
__init__.py yapf examples (#5709) 2021-01-30 10:17:12 +00:00
bug_report_model.py yapf examples (#5709) 2021-01-30 10:17:12 +00:00
test_examples.py yapf examples (#5709) 2021-01-30 10:17:12 +00: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.