We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I run the script in MISC to Project Vanilla NeRF to PlenOctree an error happened
Project Vanilla NeRF to PlenOctree
and I finally find out only running this line
https://github.com/sxyu/plenoctree/blob/f0b82631199a1aa7dc9ce263c08980a3a7504014/octree/nerf/models.py#L70
import this package will get that error.
Anyone knows what happened?
The text was updated successfully, but these errors were encountered:
Probably there exists some conflict between your cuda version and jaxlib. I have met similar error as yours.
For stable jaxlib, I suggest you to use cuda11.1+.
Sorry, something went wrong.
No branches or pull requests
I run the script in MISC to
Project Vanilla NeRF to PlenOctree
an error happenedand I finally find out only running this line
https://github.com/sxyu/plenoctree/blob/f0b82631199a1aa7dc9ce263c08980a3a7504014/octree/nerf/models.py#L70
import this package will get that error.
Anyone knows what happened?
The text was updated successfully, but these errors were encountered: