why do we need adj.t()? #4584
Unanswered
liangbright
asked this question in
Q&A
Replies: 1 comment
-
I had a similar confusion, but the transposed matrix is the more useful one to store. You can take a look at an earlier discussion where I discussed his with @rusty1s #4248 (comment). As for he API taking |
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.
-
I am curious to know why we need to input "adj.t()" to a layer:
"https://pytorch-geometric.readthedocs.io/en/latest/notes/sparse_tensor.html
out2 = conv(x, adj.t())"
It seems to be easy for the user to input adj, and the conv layer can transpose it if necessary
Beta Was this translation helpful? Give feedback.
All reactions