Skip to content

Commit

Permalink
Update 09_variational-inference.jmd
Browse files Browse the repository at this point in the history
  • Loading branch information
devmotion authored Jul 10, 2023
1 parent edc745c commit ef59c15
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -733,7 +733,7 @@ q_full_normal = vi(
Let's have a look at the learned covariance matrix:

```julia
A = q_full_normal.transform.inner.inner.a
A = q_full_normal.transform.inner.a
```

```julia
Expand Down

0 comments on commit ef59c15

Please sign in to comment.