facebookresearch / moco

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

questions about downstream tasks #92

Open tangyuelm opened 3 years ago

tangyuelm commented 3 years ago

I have a few questions about the downstream tasks after implementing the unsupervised pre-train. Can I consider your detection as a downstream task? If so, should it be supervised, unsupervised, or weakly supervised? To my understanding, unsupervised learning is based on the fact that few data are labeled. If so, should fine-tune on downstream tasks include labels?