We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, Working through the pPCA Tutorial. Everything working but the last part:
Rotation Invariant Householder Parameterization for Bayesian PCA¶
In the Turing model "pPCA_householder", the sampling fails with error:
ERROR: ArgumentError: ordered transform is currently only supported for unconstrained distributions. Stacktrace: [1] ordered(d::MvLogNormal{Float64, PDMats.PDiagMat{Float64, Vector{Float64}}, FillArrays.Zeros{Float64, 1, Tuple{Base.OneTo{Int64}}}}) @ Bijectors ~/.julia/packages/Bijectors/QhObI/src/bijectors/ordered.jl:21
As I do not see constraints here:
sigma ~ Bijectors.ordered(MvLogNormal(MvNormal(ones(K))))
I am not sure how to work around this?
Thx
Julia Version 1.9.4 (official release; 8e5136fa297) [76274a88] + Bijectors v0.13.7 [fce5fe82] Turing v0.29.3 OS: Linux (x86_64-linux-gnu)
The text was updated successfully, but these errors were encountered:
Maybe this is the wrong list for this. Moved to Bijectors.jl
Sorry, something went wrong.
No branches or pull requests
Hi, Working through the pPCA Tutorial. Everything working but the last part:
Rotation Invariant Householder Parameterization for Bayesian PCA¶
In the Turing model "pPCA_householder", the sampling fails with error:
ERROR: ArgumentError: ordered transform is currently only supported for unconstrained distributions.
Stacktrace:
[1] ordered(d::MvLogNormal{Float64, PDMats.PDiagMat{Float64, Vector{Float64}}, FillArrays.Zeros{Float64, 1, Tuple{Base.OneTo{Int64}}}})
@ Bijectors ~/.julia/packages/Bijectors/QhObI/src/bijectors/ordered.jl:21
As I do not see constraints here:
I am not sure how to work around this?
Thx
Julia Version 1.9.4 (official release; 8e5136fa297)
[76274a88] + Bijectors v0.13.7
[fce5fe82] Turing v0.29.3
OS: Linux (x86_64-linux-gnu)
The text was updated successfully, but these errors were encountered: