Skip to content

Commit b151635

Browse files
committed
fix docs example flow realnvp interface
1 parent 22953fe commit b151635

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/src/tutorials/flows.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,8 +171,7 @@ using Functors
171171
172172
@leaf MvNormal
173173
174-
n_layers = 3
175-
q_flow = realnvp(MvNormal(zeros(d), I), n_layers; paramtype=Float64)
174+
q_flow = realnvp(MvNormal(zeros(d), I); paramtype=Float64)
176175
nothing
177176
```
178177

0 commit comments

Comments
 (0)