You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Before proceeding, please note that we recommend
using our discussion forum (https://discuss.dgl.ai) for
general questions. As a result, this issue will
likely be CLOSED shortly.
I am now considering a heterogeneous graph containing 3 types of nodes, each connected to each other. I consider using the HeteroGraphConv() function to implement message passing, but find that the HeteroGraphConv() function is unable to input edge features.
I want to use EdgeGATConv as a sub-module of HeteroGraphConv(), but I don't understand the usage of mod_args and mod_kwargs, how can I properly use EdgeGATConv in HeteroGraphConv()?
Or, is there any other way to implement message passing in heterogeneous graphs that takes into account edge features?
Below is my current HeteroGraphConv() construction and I don't know how to construct the forward function.
The text was updated successfully, but these errors were encountered:
❓ Questions and Help
Before proceeding, please note that we recommend
using our discussion forum (https://discuss.dgl.ai) for
general questions. As a result, this issue will
likely be CLOSED shortly.
I am now considering a heterogeneous graph containing 3 types of nodes, each connected to each other. I consider using the HeteroGraphConv() function to implement message passing, but find that the HeteroGraphConv() function is unable to input edge features.
I want to use EdgeGATConv as a sub-module of HeteroGraphConv(), but I don't understand the usage of mod_args and mod_kwargs, how can I properly use EdgeGATConv in HeteroGraphConv()?
Or, is there any other way to implement message passing in heterogeneous graphs that takes into account edge features?
Below is my current HeteroGraphConv() construction and I don't know how to construct the forward function.
The text was updated successfully, but these errors were encountered: