spektral icon indicating copy to clipboard operation
spektral copied to clipboard

Batch Norm in GINconv should precede the activation

Open mrngbaeb opened this issue 2 years ago • 0 comments

If you look at the original implementation, BN should be before the relu

https://github.com/weihua916/powerful-gnns/blob/9a2ce8ac3e99278307093a464a95caf0fb04b602/models/mlp.py#L48

mrngbaeb avatar Dec 02 '21 14:12 mrngbaeb