Unused conv in or_pool
danielbsf opened this issue · 1 comments
danielbsf commented
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
csuhan commented
Yes. You can remove it. This is an experimental setting.