目录

yolov5 CUDA out of memory

训练笔记

训练时有时会可视化:

生成anchors:


yolov5 CUDA out of memory

yolov5训练,是1060 batch_size为8

换一台电脑,batch_size为2时,竟然报错:

yolov5 CUDA out of memory

torch版本1.8,后来发现原因是:

workers大于1了,可能开了多进程的缘故。

    parser.add_argument('--workers', type=int, default=1, help='maximum number of dataloader workers')

解决方法:把parser中的workers改为1就可以了。

网友的方法,设置subdivisions,我用的yolov5-v5版本,没有这个参数,故没有测试:

解决办法:

1.CUDA Error: out of memory darknet: ./src/cuda.c:36: check_error: Assertio `0' failed.

需要修改所使用的模型cfg文件中的subdivision的参数。

由subdivisions=8改成subdivisions=64。

原文链接:https://blog.csdn.net/pts_mjt/article/details/84557681

训练笔记

训练时有时会可视化:

代码:

def plot_one_box(x, img, color=None, label=None, line_thickness=3):

生成anchors:


if not opt.noautoanchor:check_anchors(dataset, model=model, thr=hyp['anchor_t'], imgsz=imgsz)
model.half().float()  # pre-reduce anchor precision

yolov5 CUDA out of memory相关推荐

  1. 已解决yolov5报错RuntimeError: CUDA out of memory. Tried to allocate 14.00 MiB

    问题 RuntimeError: CUDA out of memory. Tried to allocate 14.00 MiB (GPU 0; 4.00 GiB total capacity; 2. ...

  2. 显存不足问题(OOM、RuntimeError: CUDA out of memory)

    显存不足问题(OOM.RuntimeError: CUDA out of memory). 记录一次pytorch yolov3爆显存(windows使用任务管理器查看显存为4G). 2G显存:SSD ...

  3. pytorch遇见RuntimeError: CUDA out of memory的解决

    RuntimeError: CUDA out of memory 1.查看是否其他程序占用显存 遇到此类错误后,对于py格式的文件来说,程序会进行终止,也就是当前程序占用的显存将会被释放.此时可用 w ...

  4. Pytorch 训练与测试时爆显存(cuda out of memory)的终极解决方案,使用cpu(勿喷)

    Pytorch 训练与测试时爆显存(cuda out of memory)的终极解决方案,使用cpu(勿喷) 参见了很多方法,都没有用. 简单点,直接把gpu设成-1

  5. CUDA out of memory in pytorch

    with torch.no_grad(): CUDA out of memory in pytorch 今天尝试了一下Transformer,一直遇到当validate若干次之后爆显存,一开始以为参数 ...

  6. CUDA内存类型memory

    CUDA内存类型memory 2013-09-30 10:34 4224人阅读 评论(1) 收藏 举报 分类: CUDA(106) http://www.cnblogs.com/traceorigin ...

  7. CUDA out of memory. Tried to allocate 392.00 MiB (GPU 0; 10.76 GiB total capacity; 652.77 MiB alread

    在使用Pytorch中,出现CUDA out of memory. Tried to allocate 392.00 MiB (GPU 0; 10.76 GiB total capacity; 652 ...

  8. CUDA out of memory. Tried to allocate 14763.13 GiB (GPU 3; 10.73 GiB total capacity; 165.28 MiB alre

    RuntimeError: CUDA out of memory. Tried to allocate 14763.13 GiB (GPU 3; 10.73 GiB total capacity; 1 ...

  9. RuntimeError: CUDA out of memory. Tried to allocate 132.00 MiB (GPU 2; 3.95 GiB total capacity; 3.41

    pytorch报错:RuntimeError: CUDA out of memory. Tried to allocate 132.00 MiB (GPU 2; 3.95 GiB total capa ...

最新文章

  1. 我在美团的这两年,想和你分享
  2. android中的标题栏是什么意思,Android通用标题栏组合控件
  3. Paper:关于人工智能的所有国际顶级学术会简介(IJCAI、ICLR、AAAI 、COLT、CVPR、ICCV 等)之详细攻略(持续更新,建议收藏!)
  4. BZOJ-1057: [ZJOI2007]棋盘制作(单调栈)
  5. 避免showModalDialog打开的窗口Page_Load只执行一次
  6. 全国一等奖,他的学习之路。
  7. 我的Mac os x中的nginx配置文件nginx.conf
  8. mysql如何实现树状结构_实现树状结构的两种方法
  9. springboot秒杀课程学习整理1-1
  10. python-day02
  11. 【报告分享】新基建风口下,零售科技企业如何借势发展.pdf(附下载链接)
  12. tableview分割线
  13. 同步现象 心理学_男生是不是更容易从失恋中走出来?心理学:失恋后悲伤,男女不同...
  14. 最新如何解决git 输入github时每次都要输入用户名和密码问题
  15. 笔记本电脑键盘的禁用与恢复【亲测有效】
  16. nuc8 黑苹果_NUC Hades Canyon (NUC8) 黑苹果(Hackintosh)安装指南
  17. 密西西比河谷州立大学:Android应用程序开发(一)
  18. mac装linux iso不用u盘安装,在任何mac上用u盘安装OSX和Windows10双系统的方法(支持老电脑、不用Bootcamp)...
  19. Juniper 路由架构
  20. 分享5个黑科技APP,都是优秀好资源,手机里没有的可惜了

热门文章

  1. 中秋国庆连放20天假?这家互联网公司的放假通知火了!
  2. JAVA实现FTP服务器上文件上传下载以及文件在线预览
  3. 利用腾讯云cos如何自建一个上传图片源站
  4. HALCON图像处理软件
  5. MiniUI官方表单验证示例
  6. 笑看职场:中国白领的日常生活〔转自人民网〕
  7. PTA 天梯赛L1-035 情人节 (15 分) C语言AC题解【仅供学习交流】
  8. Java之抽象类与接口
  9. 惠普电脑u盘重装系统步骤_解决惠普电脑怎么设置u盘启动
  10. params/query传参