当前位置:网站首页>无法导入torchvision.io.read_image
无法导入torchvision.io.read_image
2022-08-05 05:25:00 【ProfSnail】
在运行官网pytorch案例的时候,发现无法从torchvision.io中导入read_image。
ImportError: cannot import name 'read_image' from 'torchvision.io'
查看torchvision的版本发现是0.6的落后版本。
In [1]: import torchvision as tv
In [2]: tv.__version__
Out[2]: '0.6.0'
升级torchvision版本即可,使用pip进行升级。
pip install --upgrade torchvision
但是发现存在权限访问异常的问题。
ERROR: Could not install packages due to an OSError: [WinError 5] 拒绝访问。: 'c:\\users\\zhang\\appdata\\local\\programs\\python\\python37\\lib\\site-packages\\~orch\\lib\\asmjit.dll'
Consider using the `--user` option or check the permissions.
在升级的时候加上–user选项即可。
pip install --user --upgrade torchvison
检查版本号,发现升级成功。
In [1]: import torchvision as tv
In [2]: tv.__version__
Out[2]: '0.10.0+cpu'
In [3]: tv.io.read_image
Out[3]: <function torchvision.io.image.read_image(path: str, mode: torchvision.io.image.ImageReadMode = <ImageReadMode.UNCHANGED: 0>) -> torch.Tensor>
不过这样还是不行,因为升级到了cpu版本,cuda不能调用了。索性卸载了torch,重新安装了一遍。
pip3 install torch==1.9.0+cu111 torchvision==0.10.0+cu111 torchaudio===0.9.0 -f https://download.pytorch.org/whl/torch_stable.html
这下就没问题了。
In [1]: import torch
In [2]: torch.__version__
Out[2]: '1.9.0+cu111'
In [3]: torch.cuda.is_available()
Out[3]: True
In [4]: import torchvision as tv
In [5]: tv.__version__
Out[5]: '0.10.0+cu111'
边栏推荐
- Drools规则引擎快速入门(一)
- LeetCode练习及自己理解记录(1)
- Alibaba Cloud Video on Demand
- network issue?Service packet loss?This is enough
- DevOps process demo (practical record)
- 大小屏适配
- May I ask how to read the binlog of the two tables of hologres through flink sql, and then how to join?
- What impact does CIPU have on the cloud computing industry?
- 【考研结束第一天,过于空虚,想对自己进行总结一下】
- Into the pre-service, thought they play so flowers
猜你喜欢

What?CDN cache acceleration only works for accelerating static content?

NB-IOT智能云家具项目系列实站
![[问题已处理]-jenkins流水线checkout超时](/img/3d/c14276d2b5ce18fc3d1288abb059c0.png)
[问题已处理]-jenkins流水线checkout超时

Cloud Computing Basics - Study Notes

LeetCode练习及自己理解记录(1)

路由器和静态路由的配置

config.js related configuration summary

Nacos配置服务的源码解析(全)
![[Problem has been resolved]-Virtual machine error contains a file system with errors check forced](/img/07/1222a44dd52b359bf7873e6f3b7ebf.png)
[Problem has been resolved]-Virtual machine error contains a file system with errors check forced

DisabledDate date picker datePicker
随机推荐
Nacos集群搭建
多线程之传递参数
网络排错基础-学习笔记
ROS2下使用ROS1 bag的方法
[问题已处理]-jenkins流水线checkout超时
disabledDate 日期选择器 datePicker
What is the website ICP record?
Programmers should understand I/O this way
Cocos Creator Mini Game Case "Stick Soldier"
前置++和后置++的区别
教您简单几步实现工业树莓派正确安装RS232转USB驱动
Insight into the general trend of the Internet, after reading this article, you will have a thorough understanding of Chinese domain names
Nacos配置服务的源码解析(全)
云计算基础-学习笔记
5分钟完成mysql离线安装
Next-Generation Parsing Technology - Cloud Parsing
Tencent Cloud Message Queue CMQ
618, you may be able to wake up a little bit
DevOps流程demo(实操记录)
Cloud Computing Basics - Study Notes