Merge pull request #69 from JonathonLuiten/patch-1
Update conda install instructions
This commit is contained in:
commit
224320502d
@ -12,11 +12,7 @@ The code has been tested with PyTorch 1.6 and Cuda 10.1.
|
|||||||
```Shell
|
```Shell
|
||||||
conda create --name raft
|
conda create --name raft
|
||||||
conda activate raft
|
conda activate raft
|
||||||
conda install pytorch=1.6.0 torchvision=0.7.0 cudatoolkit=10.1 -c pytorch
|
conda install pytorch=1.6.0 torchvision=0.7.0 cudatoolkit=10.1 matplotlib tensorboard scipy opencv -c pytorch
|
||||||
conda install matplotlib
|
|
||||||
conda install tensorboard
|
|
||||||
conda install scipy
|
|
||||||
conda install opencv
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## Demos
|
## Demos
|
||||||
|
Loading…
Reference in New Issue
Block a user