Skip to content

Commit 2cc28ed

Browse files
puririshi98pre-commit-ci[bot]akihironitta
authored
Add links to Graph Transformer and LLM+GNN webinars to README (#10232)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Akihiro Nitta <[email protected]>
1 parent 32829eb commit 2cc28ed

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

examples/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ For examples on [Open Graph Benchmark](https://ogb.stanford.edu/) datasets, see
1414
- [`ogbn_train.py`](./ogbn_train.py) is an example for training a GNN on the large-scale `ogbn-papers100m` dataset, containing approximately ~1.6B edges or the medium scale `ogbn-products` dataset, ~62M edges.
1515
- Uses SGFormer (a kind of GraphTransformer) by default.
1616
- [SGFormer Paper](https://arxiv.org/pdf/2306.10759)
17+
- [Kumo.ai x NVIDIA x Stanford Graph Transformer Webinar](https://www.youtube.com/watch?v=wAYryx3GjLw)
1718
- [`ogbn_proteins_deepgcn.py`](./ogbn_proteins_deepgcn.py) is an example to showcase how to train deep GNNs on the `ogbn-proteins` dataset.
1819
- [`ogbn_train_cugraph.py`](./ogbn_train_cugraph.py) shows how to accelerate the `ogbn_train.py` workflow using [CuGraph](https://github.com/rapidsai/cugraph).
1920
- [`ogbn_train_perforatedai.py`](https://github.com/PerforatedAI/PerforatedAI-Examples/tree/master/otherExamples/torch_geometric/OGBNProducts) shows how to optimize the `ogbn_train.py` workflow using [Perforated AI](https://github.com/PerforatedAI/PerforatedAI-API). Perforated AI provides a PyTorch add-on which increases network accuracy by empowering each artificial neuron with artificial dendrites.
@@ -25,3 +26,5 @@ For examples on scaling PyG up via multi-GPUs, see the examples under [`examples
2526
For examples on working with heterogeneous data, see the examples under [`examples/hetero`](./hetero).
2627

2728
For examples on co-training LLMs with GNNs, see the examples under [`examples/llm`](./llm).
29+
30+
- [Kumo.ai x NVIDIA GNN+LLM Webinar](https://www.youtube.com/watch?v=uRIA8e7Y_vs)

0 commit comments

Comments
 (0)