facebookresearch / hyperreel

Code release for HyperReel: High-Fidelity 6-DoF Video with Ray-Conditioned Sampling
MIT License
475 stars 34 forks source link

Can not run for immersive dataset #13

Closed qingxu-thu closed 1 year ago

qingxu-thu commented 1 year ago

I try to run the immersive dataset Welder but after I prepare the environment with conda and CUDA 11.8, I get the error "RuntimeError: CUDA error: CUBLAS_STATUS_NOT_SUPPORTED when calling `cublasSgemm( handle, opa, opb, m, n, k, &alpha, a, lda, b, ldb, &beta, c, ldc)" I show the figures 微信截图_20230207211332

benattal commented 1 year ago

I ran into this issue at some point as well, and I think the fix was to include LD_LIBRARY_PATH="" before each of the script calls. Let me know if this works.

qingxu-thu commented 1 year ago

Thanks very much, it works for me