How to use NeighborSampler or any other sampler technique when each sample in minibatch is a collection of nodes (as oppose to one node)? #2418
Unanswered
gebrahimi91
asked this question in
Q&A
Replies: 2 comments 2 replies
-
The |
Beta Was this translation helpful? Give feedback.
2 replies
-
NeighbourSampler will sample neighbors around multiple nodes. For example.
Will get you the second hop neighborhoods for nodes 1,2,3 and 4, in the first and only batch. |
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.
-
Hi,
I am wondering how I can sample using NeighborSampler, when for instance the first sample in the minibatch contains nodes 1,2,3,4 and maybe the next sample contains nodes 5,6,7,8? how can i chance NeighborSampler to choose neighbors around all these nodes as opposed to just one node (sample neighbors of nodes 1,2,3,4 as opposed to just sample neighbors of node 1 (the simple case that NeighborSampler currently handles))?
Thanks so much.
Beta Was this translation helpful? Give feedback.
All reactions