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

DEQ-GNN #97

Open SSamDav opened 1 year ago

SSamDav commented 1 year ago

Hey,

First great work!

I read your paper and I find fascinating, as such, I wanted to test the use of DEQ-GNN in my research, however, I dont find the code in your repo. Moreover, all the code related with them is commented.

Could you please share the code?

Thanks!

lightaime commented 1 year ago

Hi @SSamDav, sorry that I haven’t got to chance to clean the code of DEQ-GNN yet. I will work on it once I get some free time. Hopefully that would be possible in mid August. Thanks!

SSamDav commented 1 year ago

Hi, any news about this issue? I just would love to know how did you implement the DEQ part, did you follow the original repo?