diff --git a/README.md b/README.md index c1920e7..8a573a9 100644 --- a/README.md +++ b/README.md @@ -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