From 3223d588826717a007cb6b5941b7989e7fbc6b05 Mon Sep 17 00:00:00 2001 From: Christopher Rackauckas Date: Tue, 1 Aug 2023 02:43:58 -0400 Subject: [PATCH] Update normalizing_flows.md --- docs/src/examples/normalizing_flows.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/src/examples/normalizing_flows.md b/docs/src/examples/normalizing_flows.md index 8eeb1c3bd..479657b7e 100644 --- a/docs/src/examples/normalizing_flows.md +++ b/docs/src/examples/normalizing_flows.md @@ -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.