Merge remote-tracking branch 'origin/master'

pull/5/head
Thalles 2020-03-13 23:14:09 -03:00
commit 9d071bb3dd
1 changed files with 6 additions and 3 deletions

View File

@ -7,10 +7,13 @@
![Image of SimCLR Arch](https://sthalles.github.io/assets/contrastive-self-supervised/cover.png)
## Dependencies
## Installation
- pytorch
- opencv
```
$ conda create --name simclr python=3.7 --file requirements.txt
$ conda activate simclr
$ python run.py
```
## Config file