Replies: 1 comment 5 replies
-
For link prediction tasks, you usually have an encoder and a decoder. The encoder is responsible for creating node embeddings. As such, if you are only interested in obtaining the node embeddings, you can simply do |
Beta Was this translation helpful? Give feedback.
5 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.
-
Hi everyone,
I am a PhD student I am trying to build a model for link prediction that optimizes the embedding for that specific task.
Ideally I'd like to train the model for a link prediction task and at every iteration I'd like to optimize the node features and be able at the end of the training to extract them. I am following the example available in the repository with the Hetero Graphs, the Idea is to extract the node representation from SAGEconv layer when the training is done, but I have no idea on how to do it, thank you very much for any reply.
Cheers
Beta Was this translation helpful? Give feedback.
All reactions