gaussian-grouping icon indicating copy to clipboard operation
gaussian-grouping copied to clipboard

Runtime Error while training

Open hashirupramuditha opened this issue 1 year ago • 1 comments

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?

hashirupramuditha avatar Jul 26 '24 15:07 hashirupramuditha

you can try

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

Nieschlafen avatar Dec 25 '24 01:12 Nieschlafen