HAN Convolution usage without meta paths #6552
faizan1234567
started this conversation in
General
Replies: 1 comment 3 replies
-
Can you clarify what you mean by "K metrics"? |
Beta Was this translation helpful? Give feedback.
3 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.
-
Dear Author,
I am trying to implement HANConv with the meta paths as mentioned in its paper. We are using k hops metrics instead. I want to know how to use it with K metrics. Like we generated K metrics based on the neighborhood of node by calculating length of the node with its neighbors; then, if the length is less than certain threshold we kept the node as neighbor otherwise it is not. There is no option in the HANConv args to accept something like that, it just accept meta paths i guess. I am trying to use it with IMDB dataset.
Beta Was this translation helpful? Give feedback.
All reactions