Replies: 1 comment
-
You can instantiate your nodes = [0, 1, 2]
out = loader.neighbor_sampler(nodes)
data = loader.transform_fn(out) |
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,
Is it possible to sample only selected target nodes with the corresponding neighborhood (k-hop) by using the NeighborLoader class? If yes can you give me an example?
many thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions