Just wondering whether the spectral GNN conv layers can work on homogenous directed multigraphs:
- without edge features?
- with edge features?
(especially SGConv and GraphConv)
If yes, could you please briefly describe the adjacency matrix and the node feature/embedding matrix for multigraphs?
Thank you!
DGL conv layers: dgl.nn (PyTorch) — DGL 0.8.2post1 documentation