Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Runtime Error while training #47

Open
hashirupramuditha opened this issue Jul 26, 2024 · 1 comment
Open

Runtime Error while training #47

hashirupramuditha opened this issue Jul 26, 2024 · 1 comment

Comments

@hashirupramuditha
Copy link

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?

@Nieschlafen
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants