Deformable-Convolution-V2-PyTorch
Deformable-Convolution-V2-PyTorch copied to clipboard
Not supported for apex
I've tried to train model with DCNv2 via apex mix-precision method, but occurred a dtype bug:
"deform_conv_forward_cuda" not implemented for 'Half'
Does it mean that I cannot train model with half precision? thx
I encounter the same problem
I have the same problem