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
It seems to me that this skips updating the self.queue which I believe corresponds to the "dictionary" in the MoCo paper (section 3.1)
Am I right? If so, does this mean you effectively train with args.moco-k at the same as the batch size (m = 128)? If so, when you compared against an model without conditional sampling in your paper, did you also set moco-k to 128 or was it the default 65536?
The text was updated successfully, but these errors were encountered:
Hi,
Thanks for the code and paper :)
I'm trying to understand this line, where the model checks for conditional sampling:
conditional_ssl_hist/condssl/builder.py
Lines 144 to 148 in 32c0551
It seems to me that this skips updating the
self.queue
which I believe corresponds to the "dictionary" in the MoCo paper (section 3.1)Am I right? If so, does this mean you effectively train with
args.moco-k
at the same as the batch size (m = 128)? If so, when you compared against an model without conditional sampling in your paper, did you also setmoco-k
to 128 or was it the default 65536?The text was updated successfully, but these errors were encountered: