You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 24, 2024. It is now read-only.
Hi, I intend to use InfoNCE loss in a graph, but I am confused about the definition of SimCLR. Based on the random sample approach mentioned in this paper, is it reasonable to choose only one pair in the dataset as positive pair while the rest of pairs are treated as negative pairs? What if all the pairs we sampled are actually positive or negative pairs? Thanks a lot.