Replies: 2 comments
-
I haven't tested this. |
Beta Was this translation helpful? Give feedback.
0 replies
-
What you can do is store incidence matrices instead of adjacency matrices within |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm trying to carry out node classification using HypergraphConv provided by the library. I'm wondering if the implementation will work with heterogeneous nodes (I don't necessarily need to use attention at this point)?
The implemented paper only mentions heterogeneity in the context of attention. From what I see in the docs, the forward function expects me to input a node feature matrix of dimension: (Number of nodes, Number of Features), suggesting homogeneous nodes.
I'm quite new to both Hypergraphs and Heterogeneous data, I'd appreciate any help. Thank you for your time!
Beta Was this translation helpful? Give feedback.
All reactions