This commit is contained in:
wang-ps 2020-11-03 19:22:50 +09:00
Родитель c25ffe9bce
Коммит f5a6f1d1e3
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -90,7 +90,7 @@ The code has been tested with Ubuntu 16.04 and PyTorch 1.6.0.
```shell
conda create --name pytorch-1.6.0 python=3.7
conda activate pytorch-1.6.0
conda install pytorch torchvision cudatoolkit=10.1 -c pytorch
conda install pytorch==1.6.0 torchvision==0.7.0 cudatoolkit=10.1 -c pytorch
conda install tqdm yacs -c conda-forge
```
2. Build O-CNN under PyTorch.