Kai Xu

Results 119 comments of Kai Xu

I'm a bit off from the status of the AbstractMCMC interface therefore I cannot infer what's the order now. But I believe the correct order **should be** (1) set initial...

Cool. Thanks for the confirmation David! So it's currently implemented in that PR. This issue should be fixed once the upstream package is updated.

> explain more clearly in the message what these warnings indicate, what causes them, when they can be ignored, and how to disable them (maybe the longer explanation only shown...

Seems that they are avaiable in an old branch here https://github.com/TuringLang/TuringExamples/tree/old-models/old-models. For the benchmark suite, can we add the Stan version as well?

Sounds good. I will take a look after finishing the remaining issues for AABI in AHMC.

Will be fixed via https://github.com/TuringLang/TuringExamples/pull/22

Here is a new table we can use | Model | Stan | Turing | |:---------------|:------------------|:-------------------| | Gaussian with Unknown Parameters | 0.342 +/- 0.015 | 2.211 +/- 0.061 |...

Slightly improved the table. Another other change to make?

Thanks for the pointer. I can make the visualiation. I will also improve the table a bit more - got an idea.

Its a bit hard to make the markdown table nice as white spaces would be ignored. Plain text actually looks nice. ``` PPL Turing Stan Model 10,000D Gaussian 9.766 ±...