Clustered-Object-Detection-in-Aerial-Image icon indicating copy to clipboard operation
Clustered-Object-Detection-in-Aerial-Image copied to clipboard

Error on training

Open sh7jacobi opened this issue 3 years ago • 2 comments

I have the error on training: terminate called after throwing an instance of 'caffe2::EnforceNotMet' what(): [enforce fail at conv_op_cudnn.cc:572] status == CUDNN_STATUS_SUCCESS. 8 vs 0. , Error at: /var/lib/jenkins/workspace/caffe2/operators/conv_op_cudnn.cc:572: CUDNN_STATUS_EXECUTION_FAILED Error from operator: input: "gpu_0/data" input: "gpu_0/conv1_w" output: "gpu_0/conv1" name: "" type: "Conv" arg { name: "kernel" i: 7 } arg { name: "exhaustive_search" i: 0 } arg { name: "pad" i: 3 } arg { name: "order" s: "NCHW" } arg { name: "stride" i: 2 } device_option { device_type: 1 cuda_gpu_id: 0 } engine: "CUDNN" *** Aborted at 1611921823 (unix time) try "date -d @1611921823" if you are using GNU date *** PC: @ 0x7f6e2a602428 gsignal *** SIGABRT (@0x2c3) received by PID 707 (TID 0x7f6cfdffb700) from PID 707; stack trace: *** @ 0x7f6e2a9a8390 (unknown) @ 0x7f6e2a602428 gsignal @ 0x7f6e2a60402a abort @ 0x7f6e2819c84d __gnu_cxx::__verbose_terminate_handler() @ 0x7f6e2819a6b6 (unknown) @ 0x7f6e2819a701 std::terminate() @ 0x7f6e281c5d38 (unknown) @ 0x7f6e2a99e6ba start_thread @ 0x7f6e2a6d441d clone @ 0x0 (unknown) Aborted (core dumped) Do you encounter this type error? How I can solve it?

sh7jacobi avatar Jan 29 '21 12:01 sh7jacobi

Could you give some advice for fixing that?

sh7jacobi avatar Feb 02 '21 11:02 sh7jacobi

Have you reproduced the code using the visdrone dataset, and if so can you share the processed visdrone dataset?

wwwweeerrrrttt avatar Oct 22 '22 03:10 wwwweeerrrrttt