Martin Trapp
Martin Trapp
I think this could be a temporary solution, but on the long run the new naming scheme can handle this situations and the compiler should allow those situations as its...
Thats true, good catch! cc: @yebai
The Cassette solution sounds intriguing. I'm currently laking time to look into this, but maybe we could simply adjust the proposed naming scheme for now such that we can capture...
In Turing you can define the latent variable model your are interested in, including the LVs used in imputation with data augmentation techniques. The inference algorithms will then take care...
Would there be the possibility to identify those distributions that are commonly used in probabilistic modelling settings but not available at the moment? I and others from the Turing team...
The package just got merged at METADATA under the name: MCMCChain. See: https://github.com/TuringLang/MCMCChain.jl/issues/7
This is unfortuanitely not easy to fix at the moment. (I think.) Here is a slightly hacky solution to the problem: ```julia @model function hmm(yobs, obsidx, K, N, ::Type{Ty} =...
Hi, I think it would be great if we could support this functionality in Turing. I suppose Turing.jl is the best place for it. Moreover, I would suggest adding functionality...
Sounds good to me too if that is possible. Regarding log prob, I’m aware that this should be possible I was merely asking to add an additional interface function for...
I would have to check, if the string macros already allow this then even better. @mohamed82008