-
Hi, I'm a bit confused about the function group in nn.conv.han_conv
Quetion1: When we calling the function group, Since the Quetion2: Could you please explain to me the meaning of These questions really bother me. Is there something wrong with my understanding? Could you please explain to me? Thank you very much ! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
1: 2: We are averaging the scores over all nodes which refers to Eq. 7. Hope this clarifies your doubts. |
Beta Was this translation helpful? Give feedback.
1:
xs
contains the embeddings per edge type or in the case ofHANConv
, per metapath.2: We are averaging the scores over all nodes which refers to Eq. 7.
Hope this clarifies your doubts.