QueryDet-PyTorch icon indicating copy to clipboard operation
QueryDet-PyTorch copied to clipboard

NotImplementError

Open judycpChen opened this issue 1 year ago • 6 comments

I find a error: NotImplementedError: SPCONV_FILTER_HWIO is deprecated. use SPCONV_SAVED_WEIGHT_LAYOUT instead.

How can I work it out?

judycpChen avatar May 04 '24 05:05 judycpChen

I made the same mistake,It seems that the version of spconv will be lowered.

nooneAB avatar May 04 '24 11:05 nooneAB

I have worked it out. I Comments this code in constants.py . 1714820945069

judycpChen avatar May 04 '24 11:05 judycpChen

Hello, do you have another problem with inconsistent tensor sizes

nooneAB avatar May 05 '24 11:05 nooneAB

Hello, do you have another problem with inconsistent tensor sizes

Yes,the problem is "RuntimeError: The expanded size of the tensor must match the existing size at non-singleton dimension,target dimension is [256,3,3,256],but tensor dimension is [3,3,256,256]"

judycpChen avatar May 06 '24 01:05 judycpChen

I changed this problem for a long time yesterday, and found that it could not be solved. I inferred that it was not the comment problem, but the spconv version problem. I will try it again today

nooneAB avatar May 06 '24 02:05 nooneAB

您好,您是否还有其他张量大小不一致的问题

是的,问题是“RuntimeError:张量的扩展大小必须与非单例维度的现有大小匹配,目标维度为 [256,3,3,256],但张量维度为 [3,3,256,256]”

我解决了这个问题,我把2.3.1.0的顺序改成了0.2.3.1后就没有错误了,但是我跑的结果很差,coco的结果只有0.几

nooneAB avatar May 06 '24 04:05 nooneAB