-
Hi, I'm working on inductive link prediction task on a single large graph and i have a quesiton about Situation What I want to do |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
This is what the |
Beta Was this translation helpful? Give feedback.
This is what the
LinkNeighborLoader
gives you by default.data.edge_index
is used for message passing (the edges that exist), whileedge_label_index
denotes the seed edges.