facebookresearch / moco

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

Question regarding the code in main_lincls.py #77

Open zhangdan8962 opened 3 years ago

zhangdan8962 commented 3 years ago

Hi,

I realize that you loaded pre-trained model before DDP constructor. I am wondering if there is any specific consideration for doing so, rather than after DDP constructor?

Thank you in advance!