Dimension mismatch #9085
Replies: 1 comment
-
Closing this in favor of #9087. |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I am using the to_hetero method to implement HGT for a subgraph classification problem and have encountered some dimension mismatch issues. However, the to_hetero method encapsulates many operations, preventing me from printing tensor dimensions within the GNN. When I print dimensions externally, my node dimensions and edge indices seem normal. How can I obtain more detailed error information? Or could you offer some insights on how to solve this problem?
here is a simple demo to reproduce my error:
and then you can see the error:

Beta Was this translation helpful? Give feedback.
All reactions