NeighborLoader on Hetrograph doesn't return the expected number of neighbors #8073
Sanjaykrishnamurthy
started this conversation in
General
Replies: 2 comments
-
The data['item', 'bought_by', 'user'].edge_index = buy_edges.flip(0) |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thank you. Adding that line solved the issue. |
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 peers,
I noticed NeighborLoader on Hetrograph doesn't return the expected number of neighbors
Take the small example below, where i was expecting batch['item'].x to return the 1 neighbors of batch['user'].x but its empty. What am i doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions