facebookresearch / moco

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

Is that possible to report pretraining checkpoint model? #59

Open miaozhang0525 opened 4 years ago

miaozhang0525 commented 4 years ago

Hi, Kaiming,

Really appreciate for sharing codes. I found that you just report the cleaned pertaining model. Is it possible to share the pretraining checkpoint model (the whole model rather than the cleaned model.)? It will greatly save our time of pretraining.

Many thanks