lucasjinreal / DCNv2_latest

DCNv2 supports decent pytorch such as torch 1.5+ (now 1.8+)
BSD 3-Clause "New" or "Revised" License
609 stars 125 forks source link

Error in modulated_deformable_im2col_cuda #41

Closed weilu1998 closed 2 years ago

weilu1998 commented 2 years ago

Hi,

These error messages appeared when I started training using CenterTrack. My PyTorch version is 1.9 and I tried both CUDA versions 10.0/10.1/11.0. The error message appeared regardless of which CUDA version I use.

" 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 "

hongsamvo commented 2 years ago

Hi,

These error messages appeared when I started training using CenterTrack. My PyTorch version is 1.9 and I tried both CUDA versions 10.0/10.1/11.0. The error message appeared regardless of which CUDA version I use.

" 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 "

Hi, I got the same problem. How did you solve this?

Armughan-Derq commented 2 years ago

How did you guys solve this issue? I am also having the same problem