Replies: 1 comment 2 replies
-
Yeah, that's a current limitation as we can only filter out vectors that correspond to the shape of nodes or edges. We have plans to integrate a |
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.
-
I got a huge heterogouse graph for link predicition. After I split the graph using
RandomLinkSplit
, I used NeighborLoader or HGTLoader to subgraph for training on GPU.Everything works fine, but only the
edge_label_index
created byRandomLinkSplit
is not updated when call NeighborLoader, causing training process stopped.Did I do something wrong ?
example code:
Beta Was this translation helpful? Give feedback.
All reactions