deepsphere-pytorch icon indicating copy to clipboard operation
deepsphere-pytorch copied to clipboard

Using Batch Norm after each Convolution layer

Open Kannan-Balakrishnan opened this issue 1 year ago • 0 comments

Good Evening, I appreciate your great work on Spherical graphs. I am using the Chebchev Convolution (from pytorch) with symmetric normalization. However, in our case, we also use batch norm or instance norm after each convolution layers. My question is, does it make sense to have a Chebchev convolution with symmetric normalization followed by a batch norm or an instance norm? Does it help in faster convergence?

Thanks for you time :)

Kannan-Balakrishnan avatar Sep 19 '22 12:09 Kannan-Balakrishnan