Replies: 1 comment 1 reply
-
Thanks for reporting. It looks like your node feature matrix is three-dimensional. In that case, you should set |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I am inheritanting Messagepassing in pytorch_geometric to create my own graph conv, but I face the error below. To be exact, it occurs in function


propagate
, and I sent edge_index (2, edge_num) and x (num_node, 128) into propagate. And I try my code on both linux and win. And they occurred the same problems. Note that I use the famous datasetCora
use the codedataset = Planetoid(path, 'Cora', transform=T.NormalizeFeatures())
linux:
Win:
BTW, linux is py3.8 and Win is py3.7.
Beta Was this translation helpful? Give feedback.
All reactions