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
Hi, I just want to check all the experiments details and make sure I didn't miss any part(?
Training Phase : use SimCLR (two encoder branches) to train on ImageNet for 1000 epochs to get a init pretrained weights.
Fine-Tuned : load the init pretrained weights on the resnet18(50/101/...) with freezed parameters and concate with a linear classifier, and train the classifier with CIFAR10/STL10 training dataset for 100 epochs.
Test Phase : freeze all the encoder, classifier parameters, and test on the CIFAR10/STL10 testing dataset.
Is this the way how you get the top1 acc in the README?
The text was updated successfully, but these errors were encountered:
Hi, I just want to check all the experiments details and make sure I didn't miss any part(?
Is this the way how you get the top1 acc in the README?
The text was updated successfully, but these errors were encountered: