RuntimeError: expected scalar type Float but found Double From GCNConv to GraphConv #4818
-
Hello, I am getting the following error even when I change the data type before feeding the output from GCNConv to GraphConve
The and, my code is like the following:
But I get the following error:
I tried |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I understand what was the problem. I used |
Beta Was this translation helpful? Give feedback.
I understand what was the problem. I used
edge_weight.float()
and it is resolved.