Question about the sequence of act layer and norm layer
bluenights opened this issue · 1 comments
bluenights commented
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
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.