We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8068057 commit ed3eb07Copy full SHA for ed3eb07
ext/SliceSamplingTuringExt.jl
@@ -56,7 +56,7 @@ function SliceSampling.initial_sample(rng::Random.AbstractRNG, ℓ::Turing.LogDe
56
rng, model, vi, Turing.SampleFromUniform()
57
),
58
)
59
- θ = vi_spl[:]
+ θ = vi_spl[:]
60
ℓp = LogDensityProblems.logdensity(ℓ, θ)
61
62
if all(isfinite.(θ)) && isfinite(ℓp)
0 commit comments