facebookresearch / moco

PyTorch implementation of MoCo: https://arxiv.org/abs/1911.05722
MIT License
4.83k stars 794 forks source link

Bad result when combining moco and ResNet-IBN. #78

Open tengteng95 opened 3 years ago

tengteng95 commented 3 years ago

Hi, I find that moco based on ResNet50-IBN leads to even worse results than those based on ResNet50. I am not sure whether the added instance norm is harmful for moco. Have you ever tried moco based on ResNet-IBN? Thanks, any responses and suggestions are appreciated.