pip install torch==1.5.0+cu101 torchvision==0.6.0+cu101 -f
https://download.pytorch.org/whl/torch_stable.html
但是当我尝试时:
import torchvision
print(torchvision.__version__)
在我正在获取的环境中的脚本中:
0.2.2你们都可以建议我可能做错了吗?
我已经使用pip安装了以下PyTorch:pip install torch == 1.5.0 + cu101 torchvision == 0.6.0 + cu101 -f https://download.pytorch.org/whl/torch_stable.html但是当我在尝试:导入...
python3 -m pip install torch
和火炬视觉。这应该为您提供最新版本。