Closed dnvnxg closed 2 years ago
During training we get the following error. Has anyone gotten a similar error or successfully trained recently?
RuntimeError: CUDA error: CUBLAS_STATUS_INTERNAL_ERROR when calling cublasSgemm( handle, opa, opb, m, n, k, &alpha, a, lda, b, ldb, &beta, c, ldc)
cublasSgemm( handle, opa, opb, m, n, k, &alpha, a, lda, b, ldb, &beta, c, ldc)
Issue was resolved in an update to mmcv-full
During training we get the following error. Has anyone gotten a similar error or successfully trained recently?
RuntimeError: CUDA error: CUBLAS_STATUS_INTERNAL_ERROR when calling
cublasSgemm( handle, opa, opb, m, n, k, &alpha, a, lda, b, ldb, &beta, c, ldc)