yolov10训练出现这个问题An attempt has been made to start a new process before the current process ha
yolov10
YOLOv10: Real-Time End-to-End Object Detection
项目地址:https://gitcode.com/gh_mirrors/yo/yolov10
免费下载资源
·
RuntimeError:
An attempt has been made to start a new process before the
current process has finished its bootstrapping phase.
This probably means that you are not using fork to start your child processes and you have forgotten to use the proper idiom in the main module: if name == ‘main’: freeze_support() … The “freeze_support()” line can be omitted if the program is not going to be frozen to produce an executable.
解决办法,在训练的时候指定参数workers=0
GitHub 加速计划 / yo / yolov10
40
5
下载
YOLOv10: Real-Time End-to-End Object Detection
最近提交(Master分支:2 天前 )
6fbaf42b - 2 个月前
cd2f79c7
4 个月前
更多推荐
已为社区贡献3条内容
所有评论(0)