Skip to content

Commit

Permalink
Update docs/src/index.md
Browse files Browse the repository at this point in the history
Co-authored-by: Xianda Sun <5433119+sunxd3@users.noreply.github.com>
  • Loading branch information
zuhengxu and sunxd3 authored Aug 17, 2023
1 parent 37be7ea commit c457b13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ we apply a series of parameterized invertible transformations (called flow layer
Z_N = T_{N, \theta_N} \circ \cdots \circ T_{1, \theta_1} (Z_0) , \quad Z_0 \sim q_0,\quad Z_N \sim q_{\theta},
```
where $\theta = (\theta_1, \dots, \theta_N)$ are the parameters to be learned,
and $q_{\theta}$ is the transformed distribution (typically called as the
and $q_{\theta}$ is the transformed distribution (typically called the
variational distribution or the flow distribution).
This describes **sampling procedure** of normalizing flows, which requires
sending draws from the base distribution through a forward pass of these flow layers.
Expand Down

0 comments on commit c457b13

Please sign in to comment.