IDEA-Research / detrex

detrex is a research platform for DETR-based object detection, segmentation, pose estimation and other visual recognition tasks.
https://detrex.readthedocs.io/en/latest/
Apache License 2.0
1.92k stars 202 forks source link

Errror when run in rtx 2080ti error in ms_deformable_im2col_cuda #274

Open fddance opened 1 year ago

fddance commented 1 year ago

error in ms_deformable_im2col_cuda: no kernel image is available for execution on the device it displays this error message but still runs i don't think it should appear, torch is 1.12.1,cuda is 11.3.1

rentainhe commented 1 year ago

We did not meet this error before and we're using the same env as you, would you like to provide the whole log info to us~

ysysys666 commented 6 months ago

@fddance i have the same problem, i can train dino with RTX3090, but RTX2080 has the problem "error in ms_deformable_im2col_cuda: no kernel image is available for execution on the device" have you solve it?

ysysys666 commented 6 months ago

@fddance i have solved it. remove build and rebuild detrex. hope to be helpful to you