mirror of https://github.com/sthalles/SimCLR.git
Merge remote-tracking branch 'origin/master'
commit
9d071bb3dd
|
@ -7,10 +7,13 @@
|
|||

|
||||
|
||||
|
||||
## Dependencies
|
||||
## Installation
|
||||
|
||||
- pytorch
|
||||
- opencv
|
||||
```
|
||||
$ conda create --name simclr python=3.7 --file requirements.txt
|
||||
$ conda activate simclr
|
||||
$ python run.py
|
||||
```
|
||||
|
||||
## Config file
|
||||
|
||||
|
|
Loading…
Reference in New Issue