facebookresearch / moco

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

Question about the queue for key encoder #129

Open Rohit8y opened 2 years ago

Rohit8y commented 2 years ago

Hey, First of all, thank you for the code.

I have a doubt about updating the queue using the mini-batch. In the paper, the size of the queue is 65,536, which is basically the number of negative keys. I have confusion about the term "keys" here, does 65,536 keys mean 65,336 images or does it mean 65,536 features generated from the key encoder?

solauky commented 2 years ago

来信收到,谢谢!

Aikoin commented 2 years ago

it means 65,536 features generated from the key encoder