You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/source/tutorial/graph_transformer.rst
+1-1
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ Graph Transformer
3
3
4
4
`Transformer <https://arxiv.org/abs/1706.03762>`_ is an effictive architecture in `natural language processing <https://arxiv.org/abs/1810.04805>`_ and `computer vision <https://arxiv.org/abs/2010.11929>`_.
5
5
Recently, there have been some applications(`Grover <https://arxiv.org/abs/2007.02835>`_, `GraphGPS <https://arxiv.org/abs/2205.12454>`_, etc) that combine transformers on graphs.
6
-
In this tutorial, we will present how to build a graph transformer model via :pyg:`PyG`.
6
+
In this tutorial, we will present how to build a graph transformer model via :pyg:`PyG`. See `<our webinar https://youtu.be/wAYryx3GjLw?si=2vB7imfenP5tUvqd>` for in-depth learning on this topic.
7
7
8
8
.. note::
9
9
Click `here <https://github.com/pyg-team/pytorch_geometric/blob/master/examples/graph_gps.py>`_ to download the full example code
0 commit comments