Mr Knight
Mr Knight
thank you
Thank you for your reply. There's no Sync between the part1 and part2, so I think that part1 and part2 run sequentially. I asked my colleague and he said that...
I asked him by using cutlass code which has same pipeline as your code. I also want to know why you use PTX, what's the advantage of asm code?
I meet same problem, how to solve it?
> > 您好,git里提供的yolov6s.pt,有的weights的某个通道的权值全都是0, (例如backbone.stem.rbr_dense.conv.weight): > > mm.backbone.stem.rbr_dense.conv.weight Parameter containing: tensor([[[[-0.0000e+00, 0.0000e+00, -0.0000e+00], [ 0.0000e+00, 0.0000e+00, -0.0000e+00], [ 0.0000e+00, 0.0000e+00, 0.0000e+00]], > > ``` > > [[-0.0000e+00, -0.0000e+00, -0.0000e+00], > >...
这个问题解决了吗?我在做敏感度分析的时候也遇到了这个error
需要把json.dump(pred_results, f) 改成 json.dump(pred_results[0], f)