Git Product home page Git Product logo

Comments (5)

taoranyi avatar taoranyi commented on May 5, 2024 1

"pip install jax==0.2.20" may solve your problem

from hypernerf.

nahyup avatar nahyup commented on May 5, 2024 1

I think that jaxlib version may cause the segfault.
I suffered same issue.

"pip install jaxlib==0.1.71+cuda111 -f https://storage.googleapis.com/jax-releases/jax_releases.html" may solve your problem

from hypernerf.

SuwoongHeo avatar SuwoongHeo commented on May 5, 2024

This error seems related to a version mismatch between jax and flax.

from hypernerf.

ChikaYan avatar ChikaYan commented on May 5, 2024

"pip install jax==0.2.20" may solve your problem

Thx! Installing jax==0.2.20 successfully resolves the flax.errors.InvalidRngError.

Sadly, it now causes segmentation fault raised by line 330 of train.py. I'm running on a single GPU with 47GB memory and I've tried setting batch_size = 64, NerfModel.num_coarse_samples = 16, NerfModel.num_fine_samples = 16 in configs/test_local.gin and the segfault still happens, so I suppose it shouldn't be an issue with insufficient memory?

from hypernerf.

ChikaYan avatar ChikaYan commented on May 5, 2024

I think that jaxlib version may cause the segfault. I suffered same issue.

"pip install jaxlib==0.1.71+cuda111 -f https://storage.googleapis.com/jax-releases/jax_releases.html" may solve your problem

Thx a lot! The issue has been resolved.

from hypernerf.

Related Issues (20)

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.