Deformable-Convolution-V2-PyTorch
Deformable-Convolution-V2-PyTorch copied to clipboard
Error when running python test
I compiled the branch of pytorch1.0.0 sucesssully. But when I run python test.py, errors occured as follows:
error in deformable_im2col_cuda: invalid device function
error in deformable_col2im_coord_cuda: invalid device function
error in deformable_col2im_cuda: invalid device function
error in deformable_im2col_cuda: invalid device function
torch.Size([2, 128, 128, 128])
error in modulated_deformable_im2col_cuda: invalid device function
error in modulated_deformable_col2im_coord_cuda: invalid device function
error in modulated_deformable_col2im_cuda: invalid device function
error in modulated_deformable_im2col_cuda: invalid device function
torch.Size([2, 128, 128, 128])
HCudaCheck FAIL file=/media/zy/data/TDAN-VSR-CVPR-2020/src/cuda/deform_psroi_pooling_cuda.cu line=339 error=98 : unrecognized error code
Traceback (most recent call last):
File "test.py", line 607, in
@Susan19900316 Did you solve this problem? I'm also stuck here :(