Skip to content

Commit

Permalink
update post
Browse files Browse the repository at this point in the history
  • Loading branch information
晴人 三森 committed Dec 4, 2023
1 parent 4e0b615 commit c99df27
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion _posts/journal/2023-12-04-day11.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,17 @@
layout: post
title: Day11
date: 2023-12-04 18:28 +0800
category: []
category: [读研日记]
tags: []
img_path: "/assets/img/posts/"
---

尝试用`yolov8s``yolov5s`跑个baseline,脚本改了又改,300epochs跑出来过拟合了,跑一次200的试试

集群的内存太低了,workers只能设为2

参照[b站视频](https://www.bilibili.com/video/BV1Zh4y1L7xY/)改了一下yolov8,加了个CBAM模块,还是得看yolo结构,不然加模块的参数都不知道怎么设置

代码上传github了,感觉还是得把ultralytics的源码一块放进去,不然后面要修改网络模型还得去找虚拟环境的代码

顺便记一下虚拟环境里安装的库的路径`~/.conda/envs/yolo/lib/python3.10/site-packages/ultralytics/`

0 comments on commit c99df27

Please sign in to comment.