AttributeError:模块'torchvision.models'没有属性'video'] >> [

问题描述 投票:0回答:1
我已经使用以下pip安装了PyTorch:

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但是当我在尝试:导入...

pip environment-variables pytorch virtualenv torch
1个回答
0
投票
尝试使用python3 -m pip install torch和火炬视觉。这应该为您提供最新版本。
© www.soinside.com 2019 - 2024. All rights reserved.