You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
I currently have a usecase where i need to create batches from neighbors, but can't use NeighborLoader due to constant updates to the Data object.
While using NeighborLoader is very much plug and play, NeighborSampler seems to require doing all steps manually. Currently it looks something like:
Maybe using subgraph is also not optimal?
I suggest that there could be a util function which implements this behavior (or maybe an extension of NeighborSampler).
All reactions