seongjunyun / Graph_Transformer_Networks

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

code for FastGTN? #34

Closed eujhwang closed 2 years ago

eujhwang commented 2 years ago

Hi,

I found the paper, "Graph Transformer Networks: Learning Meta-path Graphs to Improve GNNs", recently proposed a much more efficient version of GTN, called FastGTN. The paper guided me here to find the code, but it doesn't seem to be updated yet. When are you planning to release the code? Or if you have released it already, could you guide me to that repository?

Thanks, Eunjeong

SteinAcker1 commented 2 years ago

Hello,

I also recently found that paper and believe the FastGTN version proposed would be useful for my research. Have you published the updated code from your paper in Neural Networks anywhere yet? If not, do you intend to make it public anytime in the future?

Best wishes, Stein

seongjunyun commented 2 years ago

Hi,

Thank you for your interest in our recent paper "Graph Transformer Networks: Learning Meta-path Graphs to Improve GNNs" in Neural Networks. We just released the code of FastGTNs and please let me know if there is an issue with running FastGTNs.

Best, Seongjun Yun