Replies: 1 comment
-
Yes, we refer here to a |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
In fact, TransformerConv is more like to be close to the convolutional type.
Unless the
edge_index
is the full connected graph with self-loops of all nodes (= all 1s in the adjacency matrix), we cannot call itgraphormer
ortransformer
as mostly seen in NPL or Vision.What do you think about it?
Beta Was this translation helpful? Give feedback.
All reactions