-
Whether to support hypergraph neural networks, such as HGNN(https://arxiv.org/abs/1809.09401) |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
We have a hypergraphconv, do you think we can use a similar input representation to implement the HGNN? |
Beta Was this translation helpful? Give feedback.
-
@wsad1 @yaoysyao I am definitely open for better hypergraph support, but IMO this is already well supported by |
Beta Was this translation helpful? Give feedback.
@wsad1 @yaoysyao I am definitely open for better hypergraph support, but IMO this is already well supported by
DataLoader
as long as you use a customizedData
variant that increaseshyperedge_index
according to the shape of the underlying incidence matrix.