Replies: 1 comment 4 replies
-
|
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
Nokimann
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.
-
Modules in
torch_geometric.nn.conv
can get the tuple form of inputx
.Each means x_src and x_tgt (?)
Can we use them, with different dimensions of x_src and x_tgt, if we just set the tuple of
in_channels
?If the above true, does
[j, i]
pair inedge_index
means "fromj-th row of x_src
toi-th row of x_tgt
"?Beta Was this translation helpful? Give feedback.
All reactions