You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I ran "bash script/train.sh mipnerf360/counter 2" to train the counter dataset, I faced this issue.
"RuntimeError: CUDA error: CUBLAS_STATUS_INVALID_VALUE when calling cublasSgemmStridedBatched( handle, opa, opb, m, n, k, &alpha, a, lda, stridea, b, ldb, strideb, &beta, c, ldc, stridec, num_batches)"
Can you tell me how to resolve this issue?
The text was updated successfully, but these errors were encountered:
unset LD_LIBRARY_PATH
The reason for the environment variable, this is very likely, because of the different virtual environment settings and the operation of setting the environment variable when installing CUDA and CUDNN at the beginning, so it is very likely for a server used by multiple users
When I ran "bash script/train.sh mipnerf360/counter 2" to train the counter dataset, I faced this issue.
"RuntimeError: CUDA error: CUBLAS_STATUS_INVALID_VALUE when calling
cublasSgemmStridedBatched( handle, opa, opb, m, n, k, &alpha, a, lda, stridea, b, ldb, strideb, &beta, c, ldc, stridec, num_batches)
"Can you tell me how to resolve this issue?
The text was updated successfully, but these errors were encountered: