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

Question about the sequence of act layer and norm layer #82

Closed bluenights closed 2 years ago

bluenights commented 3 years ago

Thanks for the code. I'm wondering why the act layer is before norm layer in BasicConv located in torch_nn of gcn_lib.dense.

lightaime commented 2 years ago

Hi @bluenights. I am not sure which ordering is better. You can change the ordering of act layer and norm layer if it gives better results.