lightning/pl_examples
William Falcon c94c0a2b1e
fix examples (#3631)
* fix examples

* fix examples
2020-09-23 17:58:03 -04:00
..
basic_examples fix examples (#3631) 2020-09-23 17:58:03 -04:00
domain_templates fix dp issues + update examples and test examples (#3618) 2020-09-23 00:19:46 -04: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

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.