When I train my model on cars dataset, I encountered this error, it seems like fft's error:
Check failed: (cufftPlanMany(&plan_noinv_1 , 1, &n, __null, 0, 0, __null, 0, 0, CUFFT_R2C, hw)) == CUFFT_SUCCESS (2 vs. 0) ...
How could i solve this problem? Does it have any relationship with my cuda or cudnn?
When I train my model on cars dataset, I encountered this error, it seems like fft's error:
Check failed: (cufftPlanMany(&plan_noinv_1 , 1, &n, __null, 0, 0, __null, 0, 0, CUFFT_R2C, hw)) == CUFFT_SUCCESS (2 vs. 0) ...
How could i solve this problem? Does it have any relationship with my cuda or cudnn?