Replies: 1 comment 1 reply
-
Every GNN layer is duplicated for each edge type, and every node-level operation is duplicated for every node type. Edge-type specific embeddings from a GNN layer are then aggregated to each destination node type and form the final GNN embedding of the node type. Imagine you have 2 node types (B, C) pointing to node type A. The pseudo code then becomes:
|
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Could someone please explain figure for the automatic conversion of a homogeneous model to heterogeneous model provided here? Although I have implemented the process successfully, I cannot make sense of the figure. Will really appreciate if someone could shed some light.
Beta Was this translation helpful? Give feedback.
All reactions