Replies: 1 comment
-
Currently, |
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.
-
I am working on an edge classification problem on a heterogenous graph. Currently we are using HGTConv as part of our model. Our data includes edge attributes that we'd like to input into the model also. Is there a way to do this with HGTConv? I am under the impression that it only takes node attributes.
Beta Was this translation helpful? Give feedback.
All reactions