nvdiffrec
nvdiffrec copied to clipboard
Failing with tiny-cuda-nn
I downloaded the file from the local installation error, what is the reason, can you solve it?
This seems to be an issue with tiny-cuda-nn, not nvdiffrec. I would recommend to report or check for solutions in the tiny-cuda-nn github repo: https://github.com/NVlabs/tiny-cuda-nn
Also, as stated in our readme, we recommend to install tiny-cuda-nn using this syntax:
pip install --global-option="--no-networks" git+https://github.com/NVlabs/tiny-cuda-nn#subdirectory=bindings/torch
This is also faster, as it doesn't build the networks, only the encoder that we need.
This seems to be an issue with tiny-cuda-nn, not nvdiffrec. I would recommend to report or check for solutions in the tiny-cuda-nn github repo: https://github.com/NVlabs/tiny-cuda-nn
Also, as stated in our readme, we recommend to install tiny-cuda-nn using this syntax:
pip install --global-option="--no-networks" git+https://github.com/NVlabs/tiny-cuda-nn#subdirectory=bindings/torch
This is also faster, as it doesn't build the networks, only the encoder that we need.
Thank you for your reply, sorry for sending it to the wrong place
see this https://github.com/NVlabs/nvdiffrec/issues/29#issuecomment-1262260239