serdarozsoy/corinfomax-ssl

Why do not use maxpool layer?

JungHunOh opened this issue · 1 comments

Hello, Thank you for the motivating work!
I wonder why the maxpool layer in the original resnet18 model is removed in this code (link).
I think it can lead to significant performance improvement.
Thanks.

Thank you for your expressed interest. Modified ResNet-18 version (changes in the first convolutional layer and the removal of the maxpool layer) is widely used for CIFAR datasets to handle lower resolution images (32x32).

Other benchmarked results for CIFAR datasets also used this version, according to their papers and codebases. All these details are also provided in Section 5.1.2 and Appendix F of our paper.