-
I'm doing link prediction over the OGB_MAG dataset. I split the dataset into train/val/test with the RandomLinkSplit transform, but I am a bit unsure how to use the disjoint_train_ratio variable properly. To be more concrete, I know that during training we should use the message edges to predict the supervision edges, but how exactly do I do that? I am pasting the script I have so far. Would be great if someone can point out how to actually train over message edges only and not supervision edges. Anything else that stands out as problematic or erroneous, please feel free to point that out as well. Thanks!
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Thanks for your interest. Can you take a look at #4026 and see if that resolves your issues? We are currently working on better link-prediction support within |
Beta Was this translation helpful? Give feedback.
Thanks for your interest. Can you take a look at #4026 and see if that resolves your issues? We are currently working on better link-prediction support within
NeighborLoader
.