Finetune Node2Vec model #4704
paulthemagno
started this conversation in
General
Replies: 1 comment
-
You should be able to set the the embedding of the model.embedding.weight = pretrained_model.embedding.weight Keep in mind that the ordering of nodes need to stay the same. |
Beta Was this translation helpful? Give feedback.
0 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.
-
Is there a way to update/finetune an already trained Node2Vec model with new examples? Or with an updated graph without re-computing all the Node2Vec model?
Beta Was this translation helpful? Give feedback.
All reactions