Martin Trapp
Martin Trapp
This seems like an edge case to me. I guess we can actually spit out a warning in DynamicPPL for those cases.
Maybe related: #1095
Thanks!
cc: @phipsgabler
cc: @xukai92
Do we have anything at the wiki which is not already integrated into turing.ml? Maybe we can remove the wiki so that people don't get confused?
Can this be closed?
**Gibbs** Turing's Gibbs sampler allows to combine samplers within Gibbs. As illustrated, the resulting sampler will construct axis aligned samples by drawing from each sampler within Gibbs. It is therefore...
Would it be possible to add some benchmarks on which we evaluate how Stan and Turing performs with increasing number of observations? Basically a line plot with the number of...
Interesting, I haven't checked this case. On my machine, the current code produces `0` if ```julia c1 = [1, 2, 3] c2 = [1, 2, 3] ``` which should not...