Replies: 1 comment 1 reply
-
There is already a Your issue seems to be related to a feature mismatch: self.convolution_1 = GCNConv(data.x, node_filters) Note that the |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I am trying to implement the Pathfinder discovery network from the following paper:
https://arxiv.org/pdf/2010.12878.pdf
I have 25 graphs, with a test train split of 21-4. The graphs have 50 nodes each, 1 node feature and 1 edge feature.
My network is as follows:
I keep getting the following error:
Could someone tell mw what is going wrong? I dont think there is any example of PDN here.
For more information, each graph looks something like this:
Beta Was this translation helpful? Give feedback.
All reactions