Replies: 2 comments 1 reply
-
You can generate edge features via additional transforms, e.g., |
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.
-
Using a custom image dataset I'm trying to train a graph neural network by first transferring it via SLIC segmentation using
ToSLIC
and approximating the edge index usingKNNGraph
. Is there a possibility to determine the edge_attr.My dataset looks something like this:
Can any one give me guidance on how I'm able to determine the edge_attribute?
Beta Was this translation helpful? Give feedback.
All reactions