Add positional embeddings to GATConv #7742
Unanswered
Sanjaykrishnamurthy
asked this question in
Q&A
Replies: 1 comment 4 replies
-
If I understood it correctly, the positional embeddings are node-related, so you can add them to the node feature matrix |
Beta Was this translation helpful? Give feedback.
4 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.
-
How can we add positional embedding to node embeddings in GATConv layers like in transformers?
Is it ok to pass it as edge_attr instead?
Beta Was this translation helpful? Give feedback.
All reactions