k_hop_subgraph() not giving all subgraph edges #8306
Unanswered
yashpaneliya
asked this question in
Q&A
Replies: 1 comment
-
Your output is not right, it should be only |
Beta Was this translation helpful? Give feedback.
0 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.
-
I am new to the graph neural network domain and trying my hands on basics. I was trying to generate a k-hop subgraph using
k_hop_graph()
method. I am not getting the desired output for it.The desired output should be the edges
[[0,2], [2,6]]
but I'm getting only[2,6]
. Can someone help me with this?Beta Was this translation helpful? Give feedback.
All reactions