Giter Club home page Giter Club logo

Comments (3)

xjli360 avatar xjli360 commented on August 28, 2024 3

Hi authors, thanks for releasing the code! I am currently facing issues while running this repo on GPU (it's working on CPU but it takes forever). I think the problem is with the required version of jax and cuda support.

Can you please provide more details regarding the CUDA version and NVIDIA drivers that you are using for jax 0.2.26? TIA

hi, i had solved the problem.here is my solution that may help you:
To keep the version with the same as hypernerf:
pip install --upgrade jax==0.2.20 jaxlib==0.1.71+cuda111 -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html
pip install flax==0.3.6

And be careful this command which can upgrade the jax and jaxlib:
pip install --upgrade "jax[cuda]" -f https://storage.googleapis.com/jax-releases/jax_releases.html

By the way, you can execute the command to verify:
python -c "import jax;print(jax.devices())"
if work, it will print like this:
[GpuDevice(id=0, process_index=0), GpuDevice(id=1, process_index=0), GpuDevice(id=2, process_index=0), GpuDevice(id=3, process_index=0)]

from d2nerf.

m-richa avatar m-richa commented on August 28, 2024

I am having the same problem.

from d2nerf.

ChikaYan avatar ChikaYan commented on August 28, 2024

Hi, thank you for your interest in our work! Our environment should be exactly the same as HyperNeRF. For CUDA we used 11.3, and for Jax we used 0.2.27, but we are aware that this specific Jax version seems to have been removed from the Jax wheel. Did you encounter any issues when installing the environment?

from d2nerf.

Related Issues (18)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.