Merge pull request #69 from JonathonLuiten/patch-1

Update conda install instructions
This commit is contained in:
Zach Teed
2020-12-29 10:50:04 -05:00
committed by GitHub

View File

@@ -12,11 +12,7 @@ The code has been tested with PyTorch 1.6 and Cuda 10.1.
```Shell
conda create --name raft
conda activate raft
conda install pytorch=1.6.0 torchvision=0.7.0 cudatoolkit=10.1 -c pytorch
conda install matplotlib
conda install tensorboard
conda install scipy
conda install opencv
conda install pytorch=1.6.0 torchvision=0.7.0 cudatoolkit=10.1 matplotlib tensorboard scipy opencv -c pytorch
```
## Demos