-
Notifications
You must be signed in to change notification settings - Fork 4
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
CIFAR-10 evaluation #12
base: master
Are you sure you want to change the base?
Conversation
…t yet gotten it to reproduce SimCLR results
…t yet gotten it to reproduce SimCLR results
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A couple of small questions/suggestions, but otherwise LGTM!
The code looks good to me! Just that when I try to plot the lr curve, it seems the linear scaling part's minimum lr is The line is produced by:
|
…sentations into gcp-cyn
…ions into gcp-cyn
…ions into gcp-cyn
Adds
run_cifar.py
, which runs representation learning with a ResNet-18 on CIFAR-10, finetunes a linear layer on top of it, and evaluates the accuracy of the resulting classifier. Hyperparameters are set to mimic SimCLR: https://github.com/google-research/simclr/The current implementation still depends on an incorrect loss function (to be fixed in #10 ) and augments the examples at a batch level instead of a dataset level (to be fixed in a different PR).