-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JAX Error happened at computing mipnerf-ssim #7
Comments
The error is that your jax installation does not match your CUDNN library. You could install the compatible jax as follows:
Do you actually need jax? In Tetra-NeRF it was only used to provide a fair comparison with mipNeRF 360. You can safely uninstall it and the code should run well. |
@jkulhanek thanks! |
Thanks! I will fix the dockerfile to install the correct jax. |
I found an error "jaxlib.xla_extension.XlaRuntimeError: FAILED_PRECONDITION: DNN library initialization failed. Look at the errors above for more" when I train blender/lego dataset with pointnerf-blender ply file.
I investigated the code by following the error log, it occurred when jax computes mipnerf_ssim in
tetranerf/nerfstudio/model.py
. I pasted the code fragment.I found some issues on web and some of them like this say " it happens when the GPU reaches its memory limit", so please tell me how to reduce memory usage during training, but I don't think training the blender dataset that is the simplest one uses such a huge memory , wandb log shows it only used 4GB arourd.
Please let me know if you know about this phenomenon. I put the information of my environment and all console log below.
Environment
Console log
The text was updated successfully, but these errors were encountered: