InternImage icon indicating copy to clipboard operation
InternImage copied to clipboard

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

Open shift99999999 opened this issue 2 years ago • 1 comments

我训练COCO数据集的时候报这个错

shift99999999 avatar May 31 '23 06:05 shift99999999

我训练COCO数据集的时候报这个错

Hi, I've met this problem before, solved it by:

unset LD_LIBRARY_PATH

You can try resetting your LD_LIBRARY_PATH to see if things go well.

getterupper avatar Apr 12 '24 03:04 getterupper