Replies: 1 comment 2 replies
-
In order to apply |
Beta Was this translation helpful? Give feedback.
2 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, thanks for the nice work!
I'm trying to use NeighborLoader to sample batches for multiple graphs. For one graph, I have
Now I have multiple graphs and I want to sample batches like the above code (each subgraph contains neighbors within one graph, a batch contains multiple subgraphs from different graphs). For the normal dataloader, we can use
I'm wondering if it also works for NeighborLoader and how do I check if it correctly samples in the way I want? In addition, after sampling, how can I know which graph is the current sampled data from?
Thank you for your help in advance!
Beta Was this translation helpful? Give feedback.
All reactions