From 201b738c3d73c33dacd65dd8b4f42f34aa140f98 Mon Sep 17 00:00:00 2001 From: Thalles Silva Date: Fri, 13 Mar 2020 23:11:07 -0300 Subject: [PATCH] Update README.md --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) 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