Deep_Image_Captioning icon indicating copy to clipboard operation
Deep_Image_Captioning copied to clipboard

Cuda Error

Open ElyasRashno opened this issue 2 years ago • 0 comments

Hi, I have faced the GPU error in the "Lookahead Inference with Policy and Value Network" part and the second cell. The error is here:

RuntimeError: CUDA error: CUBLAS_STATUS_EXECUTION_FAILED when calling `cublasSgemm( handle, opa, opb, m, n, k, &alpha, a, lda, b, ldb, &beta, c, ldc)

I searched for this error on the web and found that the problem is my CUDA version. My CUDA version is 11.7 and I am looking for the proper version for this project. Have anyone faced this issue?

ElyasRashno avatar Feb 28 '23 20:02 ElyasRashno