Update README.md

This commit is contained in:
Thalles Silva 2020-03-13 23:11:07 -03:00 committed by GitHub
parent cfad01475b
commit 201b738c3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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