YapengTian/TDAN-VSR-CVPR-2020

A problem on ubuntu

huxiaotaostasy opened this issue · 7 comments

torch.FatalError: invalid argument 5: 4D weight tensor (nOutputPlane,nInputPlane,kH,kW) expected, but got: (null) at /mnt/ssd0/project/ytian21/videoSR/DCN/src/deform_conv_cuda.c:15

Did you compile deformable conv: bash make.sh?

torch.FatalError: invalid argument 5: 4D weight tensor (nOutputPlane,nInputPlane,kH,kW) expected, but got: (null) at /mnt/ssd0/project/ytian21/videoSR/DCN/src/deform_conv_cuda.c:15

I also encountered the same problem, have you solved it

The problem occurred mostly when the pytorch version is not 0.3.1. Please use print(torch.__version__) to check your pytorch version and then make sure to compile the deformable conv.

the more advanced pyTorch version can't work?

My pytorch is 0.3.1, but got this error "_ext/deform_conv/_deform_conv.so: undefined symbol: state". What's your version of cuda and gcc?

My cuda version is 8.0.61 and gcc version is 5.5.0.