AttributeError: ‘Upsample‘ object has no attribute ‘recompute_scale_factor‘

在yolov5训练完成后,运行detect.py进行推理测试时,出现这样的错误:

AttributeError: ‘Upsample‘ object has no attribute ‘recompute_scale_factor‘_第1张图片

具体错误是下图:

解决方法:

1.点击下面这个报错的方法,进入:

AttributeError: ‘Upsample‘ object has no attribute ‘recompute_scale_factor‘_第2张图片

2.修改成如下代码:

AttributeError: ‘Upsample‘ object has no attribute ‘recompute_scale_factor‘_第3张图片

 即可!!!!!!

OK完成!!!!

如果帮助到你,打赏一点吧,感谢

AttributeError: ‘Upsample‘ object has no attribute ‘recompute_scale_factor‘_第4张图片

 

你可能感兴趣的:(pytorch,AttributeError,Upsample,object,has,no)