Closed AlekseySh closed 3 years ago
for me it looks like the following line of code should be added
labels[0] = 1
I found that this issue has been discussed before https://github.com/facebookresearch/moco/issues/24#issuecomment-625508418
So, I guess, the better naming of variables allows to avoid confusion (positive_ids
instead of labels
probably)
positive key indicators are always zeros, is this okay?
moco/builder/Moco/forward
: