Replies: 1 comment 3 replies
-
You can just pass the embeddings to GNN2 a
Also: if you don't want |
Beta Was this translation helpful? Give feedback.
3 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.
-
I have two GNN models. The first will calculate the embedding of each node.
I want to feed the graph data with the embedding calculated in GNN1 to GNN2, i.e., the embedding now becomes the graph.x for the graph sent to GNN2.
How can I do this? Maybe deepcopy the graphs sent to GNN1, assign the embeddings to them, and send them to GNN2?
Beta Was this translation helpful? Give feedback.
All reactions