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

Ablation study of Dilation #99

Open ghost opened 1 year ago

ghost commented 1 year ago

Hello! I recently used your DeepGCNs in my work, and now I would like to ask how to complete the ablation study on dilation, which is how do I get rid of the dilation section?

image