omri1348 / LRGA

Low Rank Global Attention for Graph Neural Networks
12 stars 5 forks source link

LRGA for Benchmarking-GNNs #1

Open chaitjo opened 3 years ago

chaitjo commented 3 years ago

Hi @omri1348, thank you for the insightful work! I was interested in the LRGA module for batches of graphs, e.g. for working with Benchmarking-GNNs datasets in DGL. Have you released the code/have any pointers on going about this?

omri1348 commented 3 years ago

Hi @chaitjo,

I will release the full implementation soon, which also includes batch implementation (with DGL) for LRGA.

Also, thank you for the extensive work you did with the Benchmarking-GNNs datasets. It was an important resource for evaluating our method.

chaitjo commented 3 years ago

Thanks, looking forward to the full code.

zhanwenchen commented 2 years ago

@omri1348 Do you have any update on the code release?