Results 10 comments of JP

This seems to be a problem only with non-grayscale images (c_dim > 1)

They are internal atm, but I can open some PRs once I port tests over and defer to you on which are worth adding. We used a white noise kernel...

Will follow up over chat, probably won't get around to this in the next few weeks :)

Hi @GStechschulte, I have a version locally but it doesn't yet support batching (and thus probably won't pass the unit tests) and I havent had the bandwidth to do so....

we should probably do this in pyro too

I ran this ~10 times it seems to pass... `tol = 0.2` though, not sure if we're still looking to change the default step size?

Would it be best to add a return statement to all the inference methods and document the return types as list of samples backed marginals?

Hi @adamisetty, a general formula for converting numpyro's imperative syntax to Bean Machine's declarative one would be roughly as follows: - convert `numpyro.sample` functions into `bm.random_variable` functions - convert the...

@likethesky Do you know if we can enable the Github discussions tab for this project?

Fixed this by implementing function overloading for `abs` for all the different types. I can open a PR if it's something the team wants to fix, otherwise it will fail...