HOZ icon indicating copy to clipboard operation
HOZ copied to clipboard

RuntimeError: CUDA error: CUBLAS_STATUS_EXECUTION_FAILED

Open Bongnah opened this issue 7 months ago • 1 comments

python main.py --title HOZ --model HOZ --workers 12 --gpu-ids 0 python full_eval.py --title HOZ --model HOZ --results-json HOZ.json --gpu-ids 0

When I ran the above two codes for training and evaluation, I got the following error.

File "/home//miniconda3/envs/ng/lib/python3.6/site-packages/torch/nn/functional.py", line 1369, in linear ret = torch.addmm(bias, input, weight.t()) 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 wonder how to solve these issues

Bongnah avatar Jul 11 '24 16:07 Bongnah