Replies: 1 comment
-
The issue is that in x = x[1] if isinstance(x, tuple) else x or perform the |
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'm trying to creating a heterogeneous graph NN with user-defined message like under codes.
is it possible to coding heterogeneous graph NN with edge_attr like below?
I converted it with to_hetero function and put a dummy hetero graphs but error was shown.

hope someone to tell me advice.. please.
I referenced test code for Hetero to design..
pytorch_geometric/test/nn/test_to_hetero_transformer.py
Line 24 in df1d3f5
Beta Was this translation helpful? Give feedback.
All reactions