已解决虚拟机yolov5报错:AttributeError: ‘Upsample‘ object has no attribute ‘recompute_scale_factor‘

简介: 已解决虚拟机yolov5报错:AttributeError: 'Upsample' object has no attribute 'recompute_scale_factor'

前言
这个错误是因为在早期版本的PyTorch中使用的Upsample层是有一个recompute_scale_factor属性的,但是在最新版本的PyTorch中,这个属性被移除了,所以当使用早期版本的Upsample层时,如果调用了这个属性,就会报这个错误。
报错内容
image.png
开始解决
第一步,先找到upsampling.py这个脚本文件,报错的时候会有提示这个脚本文件的位置在哪里。
image.png
image.png
第二步,进入upsampling.py脚本文件,找到我用红色框框住的这几行,大概是157行左右,然后将我用蓝色线条画住的删除掉包括那个逗号,然后保存即可,切记不要将最后一个括号删除。
image.png
修改成我这样也行 ⬇⬇⬇
image.png
第三步,重新输入指令运行就可以看到已经解决啦。
image.png
image.png
好啦,以上就是解决方法,是不是很简单呢,快去试试叭~

目录
相关文章
|
2月前
|
计算机视觉 Python
解决 NoneType‘ object has no attribute ‘astype’ 问题
解决 NoneType‘ object has no attribute ‘astype’ 问题
30 0
|
4月前
|
Linux Windows
FinalShell连接Linux虚拟机报错java.net.ConnectException: Connection timed out: connect(亲测有效)
FinalShell连接Linux虚拟机报错java.net.ConnectException: Connection timed out: connect(亲测有效)
178 0
|
4月前
AttributeError: 'NoneType' object has no attribute 'to_capabilities'
AttributeError: 'NoneType' object has no attribute 'to_capabilities'
377 0
|
5月前
|
JSON 数据格式
解决报错TypeError: Converting circular structure to JSON --> starting at object with constructor
解决报错TypeError: Converting circular structure to JSON --> starting at object with constructor
|
3月前
|
网络安全 虚拟化
【网络安全 | 工具】Kali虚拟机安装教程及报错详析
【网络安全 | 工具】Kali虚拟机安装教程及报错详析
108 0
【网络安全 | 工具】Kali虚拟机安装教程及报错详析
|
4月前
AttributeError ‘NoneType‘ object has no attribute ‘to_capabilities‘
AttributeError ‘NoneType‘ object has no attribute ‘to_capabilities‘
93 0
|
5月前
|
数据采集
运行爬虫时报错AttributeError—— 'str' object has no attribute 'capabilities'
运行爬虫时报错AttributeError—— 'str' object has no attribute 'capabilities'
254 0
|
5月前
'WebDriver' object has no attribute 'find_element_by_tag_name'
'WebDriver' object has no attribute 'find_element_by_tag_name'
118 0
|
5月前
|
云计算
云计算|OpenStack|社区版OpenStack安装部署文档(十--- 调整配额限制和解决建虚拟机报错---No valid host was found---Rocky版)
云计算|OpenStack|社区版OpenStack安装部署文档(十--- 调整配额限制和解决建虚拟机报错---No valid host was found---Rocky版)
73 0
|
5月前
报错modify sync object Modify sync object Failed!
报错modify sync object Modify sync object Failed!
21 1