Open hhhddddddd opened 7 months ago
Hi, looks like the environment on the 4090 machines is corrupted.
I would recommend creating a new conda environment and run pip install -e .
from there (installation of essential packages shouldn't take too long).
Then make sure tinycudann
is installed and you should be good to go (pip install git+https://github.com/NVlabs/tiny-cuda-nn/#subdirectory=bindings/torch
). Guide
Thank you very much. My problem has been solved.
I didn't install tinycudann
correctly before.
Hello, I have a problem and need your help. I successfully executed
evc -t test -c configs/projects/realtime4dv/rendering/4k4d_0013_01.yaml,configs/specs/eval.yaml,configs/specs/vf0.yaml
on NVIDIA GeForce RTX 3090, but when I executed it on NVIDIA GeForce RTX 4090, I encountered the following problem:error log
I checked the GLIBC versions of the two servers and found that the GLIBC versions of the two servers were the same:
Can you give me any advice? Thank you so much for all your help!