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
When using Hypergraph and mini-batch, the batch of the hypergraph edge_index are skipped. For example, I have three hypergraphs in a mini batch here, and its edge_index is:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When using Hypergraph and mini-batch, the batch of the hypergraph edge_index are skipped. For example, I have three hypergraphs in a mini batch here, and its edge_index is:
I want the index to be continuous, not from 7 to 22, or 31 to 50 , what should I do?
How can I define hyperedge_attr in HypergraphConv since there is
x_j = hyperedge_attr[hyperedge_index[1]]
Beta Was this translation helpful? Give feedback.
All reactions