Question about LinkNeighborLoader
#10502
Closed
ruoyeruolan
started this conversation in
General
Replies: 1 comment
-
|
I already know the reason, because I have performed negative sampling in the split function, and negative sampling again in the loader function, which leads to this result. It is not recommended to perform double negative sampling like this. |
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.
-
When I use the parameter
edge_index, theedge_labelinside train_loader will have an extra 2., but myedge_labelis only 1, 0, and it works fine if I don't use it. Why?Beta Was this translation helpful? Give feedback.
All reactions