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
Hello,
I am using your code, but have some confusing with mom_flag. Would you please answer the following query.
You have used three different flags in the code: moco, ins, end, so which one is the main part, and should reflect the reported results in your paper.
The train_moco function uses two split, x1 for model training and x2 for model_ema, while the 'ins' used whole data for model training. Even in linear evaluation the ins method is not implemented.
Would be appreciated if you could answer these queries.
Looking forward.
Thank you.
The text was updated successfully, but these errors were encountered:
“moco” is the main part. "ins" is from “Unsupervised feature learning via non-parametric instance discrimination”. "end" is traditional end to end training.
"moco" and "ins" are just different pre-training methods. After pre-training, the pre-trained model can be used for linear evaluation or other tasks.
Hello,
I am using your code, but have some confusing with
mom_flag
. Would you please answer the following query.moco
,ins
,end
, so which one is the main part, and should reflect the reported results in your paper.train_moco
function uses two split,x1
for model training andx2
formodel_ema
, while the 'ins' used whole data for model training. Even in linear evaluation theins
method is not implemented.Would be appreciated if you could answer these queries.
Looking forward.
Thank you.
The text was updated successfully, but these errors were encountered: