YOLOV5使用过程中可能出现的问题及解决方法

我尝试过YOLOV5 v5.0 和 YOLOV5 v6.0,都出现了一些问题

(小声嘀咕:我刚开始搜索报错原因得到是github社区上作者的回答,结果把它他提供的解决方法都试了一遍,一点作用没有,最后面向csdn解决了问题)

所以在此做一个亲测有用的博客的总结

1)AttributeError: 'Upsample' object has no attribute 'recompute_scale_factor'

(6条消息) YOLOV5 训练好模型测试时出现问题:AttributeError: ‘Upsample‘ object has no attribute ‘recompute_scale_factor‘的解决方法_佐咖的博客-CSDN博客

2)AttributeError:Can't get attribute 'SPPF' on

(6条消息) AttributeError: Can‘t get attribute ‘SPPF‘ on <module ‘models.common‘ from ‘H:\\yolov5-5.0\\models\\_啥也不是的py人的博客-CSDN博客

3)RuntimeError: Given groups=1, weight of size [512, 1024, 1, 1], expected input[1, 512, 8]

YOLOv5 模型剪枝RuntimeError: Given groups=1, weight of size [512, 1024, 1, 1], expected input[1, 512, 8_派森歪瑞古德的博客-CSDN博客

4)

(8条消息) 一步真实解决TypeError: unlink() got an unexpected keyword argument ‘missing_ok‘_蓝胖胖▸的博客-CSDN博客

5)

(8条消息) 【YOLOv5】yolov5训练中遇到的问题解决:BrokenPipeError: [Errno 32] Broken pipe_摇曳的树的博客-CSDN博客

6)datasets.py在utils文件夹中

(8条消息) OSError: [WinError 1455] 页面文件太小,无法完成操作_zstar-_的博客-CSDN博客_oserror

7)

(8条消息) 【问题解决】YOLOv5遇到Unable to find a valid cuDNN algorithm to run convolution_是王同学呀的博客-CSDN博客

8)MemoryError: In RendererAgg: Out of memory

(8条消息) 解决MemoryError: In RendererAgg: Out of memory_CV_William的博客-CSDN博客 

9)DataLoader worker (pid(s) 22308) exited unexpectedly

解决方法:更改num_workers和batch-size 

你可能感兴趣的:(大数据)