From fa0d47f91f52d496634e34b57af47d725dd7290d Mon Sep 17 00:00:00 2001 From: butyuhao Date: Tue, 26 Jan 2021 16:45:55 +0800 Subject: [PATCH] correct spelling mistake --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5dac34d..3d3b868 100644 --- a/README.md +++ b/README.md @@ -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.