Ruyi-Zha / naf_cbct

MIT License
106 stars 20 forks source link

About CUDA version and other environmental configurations #5

Closed LeoZhongLinYang closed 1 year ago

LeoZhongLinYang commented 1 year ago

Hello, I have encountered the following error while configuring the environment

No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.6'

So I would like to configure the environment to your version for network training, thank you very much!

Ruyi-Zha commented 1 year ago

Hi, sorry for the late response. I have updated README.md and you can find more detailed instructions on configuring environments.

One note is that the hash encoder module that we use from torch-ngp only supports CUDA <= v11.3. I tried CUDA v11.6 and encountered the problem you mentioned as well. Therefore I suggest using CUDA v11.3 for convenience as mentioned in README.md.

Thanks.