facebookresearch / facebookresearch/moco
Why is labels = zeros(N) set to zero?
Open
- Dominant language
- No language data
- Stars
- 5.1k
- Forks
- 802
- PR merge metrics
- No merged PRs in 30d
Description
Why are labels set to all zeros when the first column of logits represents positive similarity and the subsequent K columns represent negative similarity? Shouldn't the labels be 1 for the first column and 0 for the rest?
Contributor guide
Assessment
This issue has not been assessed yet.