sample_adj for heterograph #6261
Unanswered
huangtinglin
asked this question in
Q&A
Replies: 1 comment
-
Will NeighborLoader fit your requirement, you can specify which nodes to start sampling from using |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
SparseTensor supports some very useful graph sampling methods, like
graph.sample_adj()
andgraph.saintgraph()
.I wonder if there is a counterpart for heterograph. For example,
I really enjoy using PyG! Looking forward to the reply!
Beta Was this translation helpful? Give feedback.
All reactions