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 个月前
Logo

旨在为数千万中国开发者提供一个无缝且高效的云端环境,以支持学习、使用和贡献开源项目。

更多推荐