Cheng Rui
Cheng Rui
> > > > > > > > > > > > ## ❔Question > > > > > > > > > > > > 请问可能是啥原因 > > >...
> > > > > > > > > > > > > > ## ❔Question > > > > > > > > > > > > > >...
> ## ❔Question > 请问可能是啥原因 > > ## Additional context > yolov7刚出那个版本我训练没事。今天重新下了一个,训练几十个iter loss就nan了 你有我之前版本的代码的话 应该是学习率参数问题 你对比下
> I think you using a swinblock wrapped in yolov7, which is a shift of the wrong type, this is a complete YAML structure that I haven't sorted out yet,...
> 你好 不过不建议使用ASFF 现在的SOTA Trick要是做研究的话 偏向于标签匹配和模型压缩 至于ASFF我确实不太清楚 因为检测BASE做的比较泛滥了 你可以试试 你的想法 早前有人用过了 效果好像不明显
> ## ❔Question > 训练会自动下载yolov5n.pt,即使我指定的是yolov5s, 增加解耦头flops直接到56,打印模型同时还会打印出一堆tensor > > ## Additional context LOG问题删了 你说的YOLOV5N.PT下载我没复现过
> ## ❔Question > 训练会自动下载yolov5n.pt,即使我指定的是yolov5s, 增加解耦头flops直接到56,打印模型同时还会打印出一堆tensor > > ## Additional context LOG打印我删除了;自动下载不是BUG是V5官方的check,去测试混合精度功能,所以会调用yolov5n的模型自动下载 然后去推理比对FP32的普通输出是否一致,这是一个检验功能 你可以关闭 N的大小其实应该对你的存储没什么影响
Thanks for your answer, here is an engineering question to ask you: is the output blendshape communicating to UE or using arkit, and if it is Arkit, how does this...
> ## ❔Question > 请问Yolov5 6.1版本的代码中,训练集验证集是分开训练和验证吗 那么测试集怎么用呢? > > ## Additional context 训练的时候 会每个epoch结束调用val.py里的验证 是这个逻辑 测试用val.py
> 抱歉抱歉!邮箱留错了,是[[email protected]](mailto:[email protected]),给一点思路就可以,因为我目前找不到到底是哪一层的通道没有匹配上 你直接换成ASFF_Detect 不可以嘛在YAML里?