Skip to content

Commit

Permalink
Merge pull request #25 from butyuhao/master
Browse files Browse the repository at this point in the history
correct spelling mistake
  • Loading branch information
sthalles committed Jan 28, 2021
2 parents 55910e6 + fa0d47f commit 7c06b6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ For 16-bit precision GPU training, make sure to install [NVIDIA apex](https://gi

Feature evaluation is done using a linear model protocol.

First, we learned features using SimCLR on the ```STL10 unsupervised``` set. Then, we train a linear classifier on top of the frozen features from SimCLR. The linera model is trained on features extracted from the ```STL10 train``` set and evaluated on the ```STL10 test``` set.
First, we learned features using SimCLR on the ```STL10 unsupervised``` set. Then, we train a linear classifier on top of the frozen features from SimCLR. The linear model is trained on features extracted from the ```STL10 train``` set and evaluated on the ```STL10 test``` set.

Check the [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://github.com/sthalles/SimCLR/blob/simclr-refactor/feature_eval/mini_batch_logistic_regression_evaluator.ipynb) notebook for reproducibility.

Expand Down

0 comments on commit 7c06b6e

Please sign in to comment.