-
Hello,
So far, so good. But now I've decided to add attributes to the edges updating my layers like this:
|
Beta Was this translation helpful? Give feedback.
Answered by
rusty1s
Jun 1, 2022
Replies: 2 comments 1 reply
-
You should confirm that both |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
siserte
-
Thanks @rusty1s ,
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You should confirm that both
data.x.dtype
anddata.edge_attr.dtype
are ofdtype == torch.float
.