MessagePassing.propagate
only supports integer tensors of shape [2, num_messages]
, torch_sparse.SparseTensor
or torch.sparse.Tensor
for argument edge_index
.
#9158
Unanswered
Rexedoziem
asked this question in
Q&A
Replies: 1 comment 3 replies
-
It looks like you pass a boolean mask as conv_layer(x[node_type], neighbors, edge_weight) |
Beta Was this translation helpful? Give feedback.
3 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.
-
I've tried debugging and checking where the issue is, but i just need help?.
Beta Was this translation helpful? Give feedback.
All reactions