Update README.md

pull/5/head
Thalles Silva 2020-02-25 08:53:40 -03:00 committed by GitHub
parent c7868b164c
commit 7fce8908a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -16,3 +16,7 @@ use_cosine_similarity: True # Distance metric for contrastive loss. If False, us
epochs: 40 # Number of epochs to train
num_workers: 4 # Number of workers for the data loader
```
## Feature Evaluation
For a simple assessment of SimCLR using STL-10 and ResNet-18, check the ```feature_eval/FeatureEvaluation.ipynb``` notebook.