Closed katealenic closed 3 years ago
I believe your svox is not properly built. Did you installed using conda create -f environments.yml
? And what's your pytorch version (python -c "import torch; print(torch.version.cuda)"
) as well as nvcc version (nvcc --version
)?
please provide your GPU model as well
Yes, I install env using conda create -f environments.yml and then pip install git+https://github.com/sxyu/svox.git GPU p2.xlarge
I solve this problem when reinstall torch for version nvcc. Thank you!
Hi, when i run python -m octree.task_manager octree/config/tt_sh25.json --gpus="0" This error rise in line 205 But this library PyTorch CUDA Extension of PlenOctrees and installed by git url. How can I solve this problem?