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

Checkpoints and linear evaluation #6

Closed
amoskalev opened this issue Sep 23, 2021 · 1 comment
Closed

Checkpoints and linear evaluation #6

amoskalev opened this issue Sep 23, 2021 · 1 comment

Comments

@amoskalev
Copy link

Hi! Thanks for releasing this repo!

I have a question about training and evaluation. When the model is trained (on cifar10), several checkpoints are saved, so which one should I use to for linear evaluation: checkpoint-48000 or checkpoint?

Also, am I right that this last column shows the final accuracy of linear evaluation that you report?

simclr_repo_q

@senya-ashukha
Copy link
Collaborator

Hi Artem,

checkpoints

They are likely the same. But it is safe to use "checkpoint".

last column

Yep, that is an artifact of a printing code. The code will print a header again at some point see ref.

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