Xharlie / pointnerf

Point-NeRF: Point-based Neural Radiance Fields

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RuntimeError: CUDA support was not enabled at compile time

wing2791 opened this issue · comments

I try to train as the readme say, the error as following:
RuntimeError: CUDA support was not enabled at compile time

This problem may be due to the fact that the torch version is not gpu, but cpu. However, I checked the torch version, which is cuda 11.3, and the torch.cuda.is_ available() is true, but this problem did not occur after I replace the requirement and the environment was reconfigured.