Cheng Rui
Cheng Rui
1.你这个错误我还没复现,用的V7的原始yaml,但是这个项目里我删除了Reorg 2.多尺度训练现在有BUG
> > Reorg > > 我把Reorg重新加进去common.py里了。然后就报了这个错。不加的话直接就没法运行,提示缺少Reorg。 yolo.py elif m is ReOrg: c2 = ch[f] * 4
在yolo.py中加上 输出通道数的设置就可以了
> ## ❔Question > 你好,我在尝试采用carafe算子进行训练时,报错如下: yolo.py in parse_model c2_ = make_divisible(c2 * gw, 8) TypeError: unsupported operand type(s) for *: 'NoneType' and 'float' 请问该如何解决呢?是哪里没设置对吗? > > ## Additional context 你发下命令...
> > ## ❔Question > > 你好,我在尝试采用carafe算子进行训练时,报错如下: yolo.py in parse_model c2_ = make_divisible(c2 * gw, 8) TypeError: unsupported operand type(s) for *: 'NoneType' and 'float' 请问该如何解决呢?是哪里没设置对吗? > > ## Additional...
> > > > ## grey_questionQuestion > > > > 你好,我在尝试采用carafe算子进行训练时,报错如下: yolo.py in parse_model c2_ = make_divisible(c2 * gw, 8) TypeError: unsupported operand type(s) for *: 'NoneType' and 'float' 请问该如何解决呢?是哪里没设置对吗?...
Use tensorrt version 8.2
> [image]() 收到 等我有空看一下 你试试作为某几层可以训练吗,预训练权重是什么?
> 这个难道很难训练吗 这需要加入预训练权重吗 你可以先自己训练一个预权重 (排除梯度消失的问题)
> > > 这个难道很难训练吗 这需要加入预训练权重吗 > > > > > > 你可以先自己训练一个预权重 (排除梯度消失的问题) > > 雀食可先用yolo的权重训练,但是很快loss就nan,然后再用已经训练保持的best.pt 就可以继续训练了 OK 你训练的是哪个结构