myravian
myravian
Hi there, First of all, congrats on this tool, it's light-weight, simple, customizable, can be executed from emacs, just perfect. I was just wondering whether it was possible to convert...
ludc
Hi there, While trying GDL 1.0.4 on a script, I found this issue: GDL> mat = [[1,1,1],[1,1,1],[1,1,1]] GDL> ludc, mat, index, interchanges=parity GDL> help, parity PARITY UNDEFINED = expected behavior:...
Hi there, I was testing pymc_experimental/inference/smc/sampling.py and noticed the following issues: - the inference doesn't seem to like pm.Dirichlet, with a shape error at tmp = logp_fn(*[p.squeeze() for p in...
Hi there, I was experimentng with jax sampling and instead of running successive calls to sample_smc_blackjax (which I thought would be useful to compare the posteriors and enable rhat-like diagnostics),...