最新消息: USBMI致力于为网友们分享Windows、安卓、IOS等主流手机系统相关的资讯以及评测、同时提供相关教程、应用、软件下载等服务。

yolov5训练时卡住0%解决方案

IT圈 admin 2浏览 0评论

yolov5训练时卡住0%解决方案

用yolov5训练从labelImg标注的数据时,训练时一直卡在0%:

Image sizes 640 train, 640 val
Using 4 dataloader workers
Logging results to runs/train/exp4
Starting training for 10 epochs...Epoch   gpu_mem       box       obj       cls    labels  img_size0%|          | 0/3 [00:00<?, ?it/s]                                           

将workers改为0:

成功:

yolov5训练时卡住0%解决方案

用yolov5训练从labelImg标注的数据时,训练时一直卡在0%:

Image sizes 640 train, 640 val
Using 4 dataloader workers
Logging results to runs/train/exp4
Starting training for 10 epochs...Epoch   gpu_mem       box       obj       cls    labels  img_size0%|          | 0/3 [00:00<?, ?it/s]                                           

将workers改为0:

成功:

与本文相关的文章

发布评论

评论列表 (0)

  1. 暂无评论