We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fe536f commit fc935ceCopy full SHA for fc935ce
docs/src/api.md
@@ -24,7 +24,7 @@ To train the Gaussian VI targeting at distirbution $p$ via ELBO maiximization, w
24
using NormalizingFlows
25
26
sample_per_iter = 10
27
-flow_trained, stats, _ , _ = train_flow(
+flow_trained, stats, _ = train_flow(
28
elbo,
29
flow,
30
logp,
0 commit comments