ChandlerBang / Pro-GNN

Implementation of the KDD 2020 paper "Graph Structure Learning for Robust Graph Neural Networks"
https://arxiv.org/abs/2005.10203
279 stars 45 forks source link

Code for training using GAT #3

Closed vailatuts closed 3 years ago

vailatuts commented 3 years ago

Thanks for your wonderful work, I am wondering if the code for training using GATs could be provided?

Regards

ChandlerBang commented 3 years ago

Hi, thanks for your interest in your work. Currently I am occupied with some research projects and not available to implement that. I might consider it in the future. You can also try to implement it by yourself. It would be not hard to change the code to use GAT as we only need to replace GCN with GAT.

vailatuts commented 3 years ago

Thanks!