Query on Variational Graph Auto-Encoder #4341
-
Hi, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
Can you clarify what you want to try to do? Note that |
Beta Was this translation helpful? Give feedback.
Can you clarify what you want to try to do? Note that
VGAE
only computes latent representations for nodes, and uses them to reconstruct the adjacency matrix. It should be nonetheless possible to extend upon this scheme to compute both node and edge representations using a GNN, and using both to reconstruct the input.