lightaime / deep_gcns

Tensorflow Repo for "DeepGCNs: Can GCNs Go as Deep as CNNs?" ICCV2019 Oral https://www.deepgcns.org
MIT License
630 stars 89 forks source link

Have you test deep_gcns on ppi dataset? #11

Closed wjlpku closed 4 years ago

wjlpku commented 4 years ago

Hi, I have found this method is STOA of Deep GCN, and I find it has great performance on ppi dataset, https://paperswithcode.com/sota/node-classification-on-ppi, but I can not find the code about ppi dataset, can anyone tell me about this?

lightaime commented 4 years ago

We implement it using our pytorch version. Please check it here: https://github.com/lightaime/deep_gcns_torch/tree/master/examples/ppi

wjlpku commented 4 years ago

Thanks for your reply, I will try it.