lightaime / deep_gcns_torch

Pytorch Repo for DeepGCNs (ICCV'2019 Oral, TPAMI'2021), DeeperGCN (arXiv'2020) and GNN1000(ICML'2021): https://www.deepgcns.org
MIT License
1.13k stars 155 forks source link

Would you consider providing codes based on `DGL`? #91

Closed antecede closed 2 years ago

antecede commented 2 years ago

Dear authors,

Would you consider providing codes based on DGL?

Thank you very much.

Best regards, Bing yangbingheart@163.com

lightaime commented 2 years ago

Hi @antecede, I found the DGL team provided an example of DeeperGCN: https://github.com/dmlc/dgl/blob/master/examples/README.md#deepergcn. We also provided an example of RevGNN with DGL implementation: https://github.com/lightaime/deep_gcns_torch/tree/master/examples/ogb_eff/ogbn_arxiv_dgl.

antecede commented 2 years ago

Hi @antecede, I found the DGL team provided an example of DeeperGCN: https://github.com/dmlc/dgl/blob/master/examples/README.md#deepergcn. We also provided an example of RevGNN with DGL implementation: https://github.com/lightaime/deep_gcns_torch/tree/master/examples/ogb_eff/ogbn_arxiv_dgl.

Thank you for your prompt reply! Awesome works!