Skip to content

Commit

Permalink
Update normalizing_flows.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas authored Aug 1, 2023
1 parent cbed86d commit 3223d58
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/src/examples/normalizing_flows.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ nn = Flux.Chain(
tspan = (0.0f0, 10.0f0)
ffjord_mdl = FFJORD(nn, tspan, Tsit5())
nothng
```

where we also pass as an input the desired timespan for which the differential equation that defines `log p_x` and `z(t)` will be solved.
Expand Down

0 comments on commit 3223d58

Please sign in to comment.