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
Before runing SimCLR, make sure you choose the correct running configurations on the ```config.yaml``` file.
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.