NotImplementError
I find a error: NotImplementedError: SPCONV_FILTER_HWIO is deprecated. use SPCONV_SAVED_WEIGHT_LAYOUT instead.
How can I work it out?
I made the same mistake,It seems that the version of spconv will be lowered.
I have worked it out. I Comments this code in constants.py .
Hello, do you have another problem with inconsistent tensor sizes
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]"
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
您好,您是否还有其他张量大小不一致的问题
是的,问题是“RuntimeError:张量的扩展大小必须与非单例维度的现有大小匹配,目标维度为 [256,3,3,256],但张量维度为 [3,3,256,256]”
我解决了这个问题,我把2.3.1.0的顺序改成了0.2.3.1后就没有错误了,但是我跑的结果很差,coco的结果只有0.几