GitHub

Original file line numberDiff line numberDiff line change

@@ -395,8 +395,9 @@ We use two sets of variational distributions: Beta and TruncatedNormal with sup

395395

- Learnable parameters for the Beta distribution are (alpha, beta), both of which are positive.

396396

- Learnable parameters for the Truncated Normal distribution are (loc, scale).

397397
398-

<u> We restrict the truncated Normal paramter 'loc' to be in the interval $[0,1]$</u>.

399-
398+

```{note}

399+

We restrict the truncated Normal parameter 'loc' to be in the interval $[0,1]$

400+

```

400401
401402

## Implementation

402403

Read the original on github.com ↗