Replies: 1 comment
-
Can you clarify? I am not totally sure I understand, sorry. If you apply the neighbor loader on a big supergraph containing many isolated subgraphs, these subgraphs will still be disconnected after sampling. Importantly, not all subgraphs will be complete, depending on the number of hops and neighbors you sample. |
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.
-
Hi, I create a dataloader (e.g.
NeighborLoader
) by a big graphG
(composed of some subgraphs), I am wondering doesbatch
likely destroy the graph structures (for instance breaking some edges) with small batch size since I did not supply a list of subgraphs to dataloader? Any input is welcome, thanks.Beta Was this translation helpful? Give feedback.
All reactions