Skip to content
Discussion options

You must be logged in to vote

The prediction of new edges happens inside the decoder part of the model. That is, we use the existing edges in the graph to encode node embeddings using a GNN (encoder part), and then use these node embeddings to find new links (decoder part). You can best see this here, where decode_all produces a new adjacency matrix. Let me know if this clarifies your issues.

Replies: 1 comment 10 replies

Comment options

You must be logged in to vote
10 replies
@sinaziaee
Comment options

@rusty1s
Comment options

@sinaziaee
Comment options

@rusty1s
Comment options

@sinaziaee
Comment options

Answer selected by sinaziaee
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants