Hi,
If I am not mistaken, a Graph Autoencoder (GAE) uses Inner Product to reconstruct the adjacency matrix of a homogenous graph. I want to build a GAE for heterogeneous graphs, however, they have multiple adjacency matrices for each canonical edge type with unsymmetrical dimensions. How can I reconstruct a heterogeneous graph? Is it even possible?