Wouter Kouw
Wouter Kouw
Mmh, I've never seen this error before either. What are you trying to do?
I don't know. @abpolym and @Sepideh-Adamiat would look into this but we haven't discussed it recently. I'll check with them when I get back to work.
This is wonderful! Works entirely as advertised. I tried ```julia @model function regression() x = datavar(Float64) y = datavar(Float64) w ~ Normal(mean = 1.0, var = 1.0) y ~ Normal(mean...
Sepideh and I will make a draft for a debugging section. We will aim for a PR in late March.
Status update: we're working in branch [rmp#162](https://github.com/biaslab/RxInfer.jl/tree/rmp%23162-docs-debug) of RxInfer to add a Debugging section to the docs there. If it should be part of the ReactiveMP docs instead, let us...
The current `Debugging.md` section is just a start. I propose we add explanations to it when we develop new ways to debug RxInfer/ReactiveMP code. Closing this now due to #326...
I tried making a Pluto version of the probabilistic programming notebooks, but Pluto and ForneyLab never really went well together. Now that we're on ReactiveMP, it might be interesting to...