训练YOLO模型时,Google Colab Notebook完全冻结 [英] Google Colab Notebook completely freezes when training a YOLO model

查看:117
本文介绍了训练YOLO模型时,Google Colab Notebook完全冻结的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在遵循一个教程,以使用YOLO训练自定义对象检测模型.这是教程以及我在哪里获得笔记本电脑

I am following a tutorial to train custom object detection model using YOLO. This is the tutorial and also where I got the Notebook

一切正常,直到训练位(最后一个单元格)为止.它完成了几次迭代,然后冻结,页面停止响应.我有点着急,请以任何方式解决此问题.TIA

Everything works fine until the training bit which is the last cell. It complete a few iterations then it freezes and the page stops responding. I’m in a little hurry so any way to fix this is appreciated. TIA

推荐答案

from IPython.utils import io
with io.capture_output() as captured:
   !./darknet detector train data/obj.data cfg/yolov3_training.cfg darknet53.conv.74 - 
   dont_show

我遇到了同样的问题,这个问题对我有用!

I had same issue, this one worked for me!

这篇关于训练YOLO模型时,Google Colab Notebook完全冻结的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆