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 4caae49 commit cf2e674Copy full SHA for cf2e674
src/objectives/elbo.jl
@@ -77,5 +77,5 @@ function elbo_batch(rng::AbstractRNG, flow::Bijectors.MultivariateTransformed, l
77
elbos = elbo_batch(flow, logp, xs)
78
return mean(elbos)
79
end
80
-elbo_batch(flow::Bijectors.UnivariateTransformed, logp, n_samples) =
+elbo_batch(flow::Bijectors.TransformedDistribution, logp, n_samples) =
81
elbo_batch(Random.default_rng(), flow, logp, n_samples)
0 commit comments