Coder Social home page Coder Social logo

Comments (7)

fehiepsi avatar fehiepsi commented on July 17, 2024 1

It seems that we don't need to revise the api. It is likely an unexpected behaviour of lax.while_loop. More context about it can be found in google/jax#587.

from numpyro.

fehiepsi avatar fehiepsi commented on July 17, 2024 1

@neerajprad After working with the benchmark on covtype dataset, I think that we don't need to work around these issues of prims if we use nonprim version of lax.scan. Here are some benefits:

  • Allows us force fast-compiling by feeding a test_state which makes hmc_next/nuts_next run fast
  • Allows us separate compiling time and sampling time
  • Allows us print/tqdm the sampling the progress

Here is a trade-off:

  • We lost the benefit of using lax.scan/lax.fori_loop for the outer loop. But I expect that this is small.

Because we don't want the above trade-off create regressions on small model, let's address this issue again when more examples/benchmarks are added.

from numpyro.

neerajprad avatar neerajprad commented on July 17, 2024 1

@fehiepsi - can we close this issue now?

from numpyro.

neerajprad avatar neerajprad commented on July 17, 2024

1 at init, 1 at sample, so it would be better if we only compile 1 time.

I think the compiled function is cached, so we shouldn't have to pay the cost the second time around, but lets verify this.

from numpyro.

neerajprad avatar neerajprad commented on July 17, 2024

@fehiepsi - I think we can update this issue now to reflect the next steps on this task?

from numpyro.

neerajprad avatar neerajprad commented on July 17, 2024

That's great! Should we close this issue then, or are there any things to follow up on?

from numpyro.

fehiepsi avatar fehiepsi commented on July 17, 2024

I think that it is better to let this open. In case it is not an issue of while_loop, I would prefer to add a small utility to do scan including warmup phase and avoid this issue.

from numpyro.

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.