dvlab-research / Parametric-Contrastive-Learning

Parametric Contrastive Learning (ICCV2021) & GPaCo (TPAMI 2023)
https://arxiv.org/abs/2107.12028
MIT License
241 stars 32 forks source link

Different resnet backbones #14

Closed thomascong121 closed 2 years ago

thomascong121 commented 2 years ago

Hi thanks for the great work. I notice that you have used different renet backbones for cifar training (load from resnet_cifar) and imagenet training (load from resnet_imagenet). Is there a reason why you use different backbones?

jiequancui commented 2 years ago

Hi,

Thanks for your question. For fair comparisons with previous work, we just follow the community tradition.

Best,