-
Hello, I'm trying to make NeighborSampler and SageConv work for my dataset (node classification) which has both node and edge features. Each graph is a complete graph with no self loops. So far I'm trying to use the SageConv modification proposed here which was further implemented by the person asking the question here. However, I'm running into issues using the NeighborSampler with my data for the following reasons:
I would highly appreciate if someone could help me figure these out. |
Beta Was this translation helpful? Give feedback.
Answered by
wsad1
May 20, 2021
Replies: 1 comment 6 replies
-
|
Beta Was this translation helpful? Give feedback.
6 replies
Answer selected by
rusty1s
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
edge_attr[ed_id]
should give you the edge attributes for the edges in the sample. Check this for more documentation and examples..