lightaime/deep_gcns_torch

Question about the sequence of act layer and norm layer

bluenights opened this issue · 1 comments

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.

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.