Will Meierjurgen Farr

Results 7 comments of Will Meierjurgen Farr

Can confirm: definitely due to the '%2B' in the URL (which corresponds to the '+' characters in the filename).

Great---thanks! FWIW, I think it's definitely worth supporting this natively in the backend, even if it adds some complication. It's *super* useful. (I come from the Stan world, and all...

I can confirm that this behavior persists into the present day. Just did a ~10 dimensional sampling run using PyStan 2.18.0.0 and found *crazy* jumps in log-posterior (i.e. changes in...

Oh---great. Thanks! Will On Wed, Dec 5, 2018 at 11:55 AM bgoodri wrote: > You need to get the develop version of Stan from GitHub if you want to do...

Just discovered the same thing, and it's absolutely *killing* performance of Zygote compared to ReverseDiff in a simple model I just wrote. I'm assuming that the problem is somehow in...

Yeah, I know that much of the time is spent in `log_logistic_unit`---but why? In my profiling, it seems that the comparison (`x > zero(x)`) and the math in `log_dNdx` are...

Wow! That's amazing---and the performance looks great. Thank you! Just to make sure I understand: you defined an array version of `log_logistic_unit` and `log_dNdx` to sort of "break up" the...