How to do attention along different graphs? #8991
Unanswered
StefanIsSmart
asked this question in
Q&A
Replies: 1 comment
-
You should be able to leverage |
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.
-
For example, I have C graphs from a mini-batch. (For example, they could be from different conv_layers.)
So the data is (L, N, C) -> L is different from different mini-batch, N is the Dimension of features, and C is the number of graphs.
What I want to do is do the attention along the C dim.
Is there any function in PyG that could do that?
Beta Was this translation helpful? Give feedback.
All reactions