Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Main method confusing among 'moco', 'ins', 'end' #1

Open
atifshahcs opened this issue May 4, 2021 · 1 comment
Open

Main method confusing among 'moco', 'ins', 'end' #1

atifshahcs opened this issue May 4, 2021 · 1 comment

Comments

@atifshahcs
Copy link

atifshahcs commented May 4, 2021

Hello,
I am using your code, but have some confusing with mom_flag. Would you please answer the following query.

  1. 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.
  2. 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.

@Mikexu007
Copy link
Collaborator

@atifshahcs

  1. “moco” is the main part. "ins" is from “Unsupervised feature learning via non-parametric instance discrimination”. "end" is traditional end to end training.
  2. "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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants