facebookresearch / moco

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

Any suggestions for fine-tuning the whole network after pret-raining. What kind of hyper-parameters should we use? #42

Closed fmthoker closed 4 years ago

ppwwyyxx commented 4 years ago

The code release in this repo is meant for reproducing the results of research papers. All steps needed to reproduce the main fine-tuning results of our paper have been provided in https://github.com/facebookresearch/moco/tree/master/detection already.