Doubt in the aggregation step of Heterogenous networks #3929
Unanswered
Vaibhav3006
asked this question in
Q&A
Replies: 1 comment
-
Sorry for the late reply. I hope I understand your questions correctly. In general, in order to apply aggregations across different types, the shape of feature matrices need to match. As such, at some point in time, these have to be transformed to the same dimensionality. In heterogeneous GNNs, this is typically achieved by utilizing the same hidden feature dimensionality across all node types. Nonetheless, the input channels across node types can be different at the start, and individual transformations are used to map them to the same size. |
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.
-
Hi, I am relatively new to heterogeneous information networks and I was going through some of the papers around GraphSage and MetaPath2vec. My question has 2 parts
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions