zju3dv / animatable_nerf

Code for "Animatable Implicit Neural Representations for Creating Realistic Avatars from Videos" TPAMI 2024, ICCV 2021
Other
504 stars 50 forks source link

RuntimeError: cuDNN error / cannot join current thread #19

Closed 3DebbieChen9 closed 2 years ago

3DebbieChen9 commented 2 years ago

While I was trying to visualize novel views of the 0-th frame on Human3.6M. I encountered the following error...

cuDNN error

My setup is,

Is that neccesary to use CUDA 10.0 to run animatable_nerf?

Thank you.

pengsida commented 2 years ago

Maybe the cuda of pytorch does not match the system cuda.

3DebbieChen9 commented 2 years ago

But I was following the PyTorch official documentation to install the torch image The version of pytorch and the system cuda should be a match??