Neeraj Pradhan

Results 8 issues of Neeraj Pradhan

I find this to be an issue on other platforms / terminal types too. #### Issue On small terminal width, the progress bar output spills over. e.g. for the following...

p4-enhancement-future 🧨

As reported by @activatedgeek. MCMC with multiprocessing seems to work fine on mac, and even Ubuntu when run from the terminal, but gets stuck in Ubuntu when run in the...

bug

Since we are using python 3, we can start taking advantage of type hints wherever possible.

low priority
refactor

Now that we have an IAF autoguide, it should be relatively straightforward to add an IAF layer to our VAE example and do some comparisons.

good first issue

To get around perf issues, we have had to put in optimizations in certain parts of the codebase. Sometimes these optimizations add to code complexity and can be removed once...

low priority
discussion
performance

A good way to get acquainted with NumPyro would be to write your model of interest and contribute it to [examples](https://github.com/pyro-ppl/numpyro/tree/master/examples) or as a [notebook](https://github.com/pyro-ppl/numpyro/tree/master/notebooks). If you are interested, please...

good first issue
Tutorials/Examples

As I am looking through the code, I think it might be possible to abstract out a lot of commonality between the Pyro and NumPyro backends. NumPyro has a `plate`...

discussion

As pointed out by @fritzo, any code in the test folder will be unusable by other projects, so it makes sense to move these to `testing` instead. Refer to https://github.com/pyro-ppl/pyro/issues/2053...

enhancement