Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Hong Ge <[email protected]>
  • Loading branch information
Red-Portal and yebai authored May 27, 2024
1 parent e0ad80e commit bbd0697
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ d = LogDensityProblems.dimension(model)
L = Diagonal(ones(d))
q = AdvancedVI.MeanFieldGaussian(μ, L)

# Match the support of `model` by applying the bijector
# Match support by applying the `model`'s inverse bijector
b = Bijectors.bijector(model)
binv = inverse(b)
q_trans = Bijectors.TransformedDistribution(q, binv)
Expand Down

0 comments on commit bbd0697

Please sign in to comment.