modulated-deform-conv icon indicating copy to clipboard operation
modulated-deform-conv copied to clipboard

module 'MDCONV_CUDA' has no attribute 'deform_conv2d_forward_cuda'

Open ccl-private opened this issue 3 years ago • 3 comments

complete success, but run my_test.py failed.

ccl-private avatar Sep 27 '22 05:09 ccl-private

I also met the same problem. It seems that only modulated_deform_conv2d works well. When I tried to use deform_conv2d, deform_conv3d, and modulated_deform_conv3d, I will meet "module 'MDCONV_CUDA' has no attribute xxx"

MungoMeng avatar Oct 29 '23 05:10 MungoMeng