How does to_hetero work? #3819
Unanswered
shahinghasemi
asked this question in
Q&A
Replies: 1 comment
-
Yes that is correct. |
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.
-
I’m confused about the theory behind
to_hetero
API. As written on the specs:Let’s say that we have a simple model as below:
Now according to doc
SAGEConv
compute the representations as below:SAGEConv
So is it correct to say that the model above (which combines
SAGEConv
andto_hetero
) computes the representations as below:Final Model
Beta Was this translation helpful? Give feedback.
All reactions