File "/DCNv2/dcn_v2.py", in forward
return dcn_v2_conv(input, offset, mask, self.weight, self.bias, self.stride, self.padding, self.dilation, self.deformable_groups,)
File "DCNv2/dcn_v2.py", in forward
output = _backend.dcn_v2_forward(
RuntimeError: CUDA error: an illegal memory access was encountered
CUDA kernel errors might be asynchronously reported at some other API call,so the stacktrace below might be incorrect.
For debugging consider passing CUDA_LAUNCH_BLOCKING=1.
已放弃 (核心已转储)
您好,您的代码解决了我遇到的一些bugs。 但是在训练时我遇到一些错误。
error in modulated_deformable_im2col_cuda: out of memory
; 我查看如下了一些信息,如下:跑着跑着,退出了。