Hi,
I’m doing some experimentations in my research in which I will need to use different weight matrixes for different node types in a heterogeneous bipartite graph.
For the sake of example, in message massing and aggregation, every node of type A must use a weight matrix W, and every node of type B must use a weight matrix W’. Nodes type A doesn’t have any interference in the weight matrix W’ and vice versa.
Is it possible to implement this using DGL?