lightning/pl_examples
Ben Ahlbrand cbca6cd354
fix: update example autoencoder.py to reflect args (#6638)
* fix: update example autoencoder.py to reflect args

* Update pl_examples/basic_examples/autoencoder.py

Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
2021-03-24 08:27:08 +00:00
..
basic_examples fix: update example autoencoder.py to reflect args (#6638) 2021-03-24 08:27:08 +00:00
domain_templates deprecate metrics pkg (#6505) 2021-03-15 14:39:38 +00:00
README.md Basic examples fixes (#5912) 2021-02-16 19:31:07 +00:00
__init__.py hotfix: mock examples (#6632) 2021-03-22 16:49:01 +00:00
bug_report_model.py yapf examples (#5709) 2021-01-30 10:17:12 +00:00
run_ddp-example.sh enable testing DDP examples (#4995) 2021-02-15 15:36:13 +00:00
test_examples.py enable testing DDP examples (#4995) 2021-02-15 15:36:13 +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.