因为从v6的common.py文件copy了SPPF的部分,所以出现了以下错误,
RuntimeError: The size of tensor a (80) must match the size of tensor b (56) at non-singleton dimension 3
报的维度不匹配,你看下新旧这个模块的输出维度是否一致
解决了吗,我也遇到了这样的问题
你好,我也出现了这个问题,解决了吗