How to handle unseen nodes in link prediction task? #10020
Unanswered
NiDHanWang
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've built a link predication model with
torch_geometric.nn.SAGEConv
:During inference, there're could be unseen nodes coming in, how to handle this?
Beta Was this translation helpful? Give feedback.
All reactions