mirror of
https://github.com/sthalles/SimCLR.git
synced 2025-06-03 15:03:00 +08:00
Update README.md
This commit is contained in:
parent
f55430416f
commit
c367e76629
17
README.md
17
README.md
@ -1,5 +1,7 @@
|
|||||||
# PyTorch implementation of SimCLR: A Simple Framework for Contrastive Learning of Visual Representations
|
# PyTorch implementation of SimCLR: A Simple Framework for Contrastive Learning of Visual Representations
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
Check out the Blog post with full documentation: [Exploring SimCLR: A Simple Framework for Contrastive Learning of Visual Representations](https://sthalles.github.io/simple-self-supervised-learning/)
|
Check out the Blog post with full documentation: [Exploring SimCLR: A Simple Framework for Contrastive Learning of Visual Representations](https://sthalles.github.io/simple-self-supervised-learning/)
|
||||||
|
|
||||||
## Config file
|
## Config file
|
||||||
@ -22,12 +24,9 @@ num_workers: 4 # Number of workers for the data loader
|
|||||||
Feature evaluation is done using a linear model protocol. Feature are learnt using the ```STL10 unsupervised``` set and evaluated in the train/test splits;
|
Feature evaluation is done using a linear model protocol. Feature are learnt using the ```STL10 unsupervised``` set and evaluated in the train/test splits;
|
||||||
|
|
||||||
Check the ```feature_eval/FeatureEvaluation.ipynb``` notebook for reproducebility.
|
Check the ```feature_eval/FeatureEvaluation.ipynb``` notebook for reproducebility.
|
||||||
|
| Feature Extractor | Method | Architecture | Top 1 |
|
||||||
| Feature Extractor | Architecture | Top 1 |
|
|:-------------------:|:------------:|:------------:|:-----:|
|
||||||
|-----------------------|--------------|-------|
|
| Logistic Regression | PCA Features | - | 36.0% |
|
||||||
| Using PCA Features | | |
|
| KNN | PCA Features | - | 31.8 |
|
||||||
| Logistic Regression | - | 36.0% |
|
| Logistic Regression | SimCLR | ResNet-18 | 71.8% |
|
||||||
| KNN | - | 31.8 |
|
| KNN | SimCLR | ResNet-18 | 66.7% |
|
||||||
| Using SimCLR Features | | |
|
|
||||||
| Logistic Regression | ResNet-18 | 71.8% |
|
|
||||||
| KNN | ResNet-18 | 66.7% |
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user