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

docs: update gcn_aggr options #86

Closed hongbo-miao closed 3 years ago

hongbo-miao commented 3 years ago

Based on https://github.com/Hongbo-Miao/deep_gcns_torch/blob/db5a8ce54285681769a4ac2ef381eeb1953ffa1a/gcn_lib/sparse/torch_message.py#L46-L85

Also, tested locally. All options work.