Replies: 1 comment 4 replies
-
I think the accuracy is low because node positions are not captured in your model. One way to overcome this is to concatenate both RGB values and node positions to a single node feature matrix. |
Beta Was this translation helpful? Give feedback.
4 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.
-
Hi, i am very new to graph, in my case i am trying to build custom dataset from MNIST using both grid and superpixels. But when i train the models, the accuracy is very low, it about 0.22. Why can this happen?
Below is my GCN model building for this case :
I use the code below to generate superpixels representation :
This code below is used to create custom dataset in PyG :
Also it run very slow in my local PC
Beta Was this translation helpful? Give feedback.
All reactions