seongjunyun / Graph_Transformer_Networks

Graph Transformer Networks (Authors' PyTorch implementation for the NeurIPS 19 paper)
960 stars 179 forks source link

Obtaining Metapaths #45

Open almas2019 opened 10 months ago

almas2019 commented 10 months ago

Hi I noticed in your paper that you point out the top metapaths. My question is, how do you extract these specific metapaths? I don't see a function for this. Also, I am assuming that your attention score is your Ws parameter. Is this correct?