csuhan/s2anet

Unused conv in or_pool

danielbsf opened this issue · 1 comments

Hello,

thanks for the great work.
In the RotationInvariantPooling module, a convolution + batchnorm is being initialized but seemingly not used later on.
Is this for testing purposes? Can both be safely removed?

Regards

Yes. You can remove it. This is an experimental setting.