针对你遇到的错误 "runtimeerror: 'ms_deform_attn_forward_cuda' not implemented for 'half'",我们可以从以下几个方面进行分析和解决: 1. 理解错误信息 这个错误表明 ms_deform_attn_forward_cuda 函数没有为半精度浮点数('half')实现。在深度学习框架中,尤其是使用CUDA进行GPU加速时,某些操作可能不支持半精度...
When I try to train deformable-detr in mmde(2.24.1), I meet the error "“ms_deform_attn_forward_cuda" not implemented for 'Half". It seems like something wrong with the fp16, mmcv-full' version is 1.5.1. When I check the path of "mmcv/ops...