You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
已放弃 (核心已转储)
The text was updated successfully, but these errors were encountered:
您好,您的代码解决了我遇到的一些bugs。
但是在训练时我遇到一些错误。
error in modulated_deformable_im2col_cuda: out of memory
;我查看如下了一些信息,如下:
我设置的batch size为2,但我设置batch size=4的时候,cuda会直接中断退出。
谢谢您!
跑着跑着,退出了。
The text was updated successfully, but these errors were encountered: