lightning/pl_examples
chaton b7601e9deb
[Example] Add Pytorch Geometric Example (#4568)
* add example for Pytorch Geometric

* remove hydra

* add docstring

* remove description

* rename folder

* update script to not break test

* remove .lock

* add Pytorch Geometric to doc

* add docstring at the begining

* add comments

* Update pl_examples/pytorch_ecosystem/pytorch_geometric/README.md

Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>

* Update pl_examples/pytorch_ecosystem/pytorch_geometric/README.md

Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>

* Update pl_examples/pytorch_ecosystem/pytorch_geometric/cora_dna.py

Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>

* add toml

Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
Co-authored-by: Jirka Borovec <jirka@pytorchlightning.ai>
2020-11-18 20:03:55 +00:00
..
basic_examples test PL examples (#4551) 2020-11-17 19:35:17 +01:00
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 fix dp issues + update examples and test examples (#3618) 2020-09-23 00:19:46 -04:00
bug_report_model.py feature/ Add note about Argparse. (#4321) 2020-11-03 23:40:51 +06:30
test_examples.py test PL examples (#4551) 2020-11-17 19:35:17 +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.