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 b6d8202 commit b900ab4Copy full SHA for b900ab4
test/variational/vi.jl
@@ -56,7 +56,7 @@ using Turing.Variational
56
("KLMinNaturalGradDescent", KLMinNaturalGradDescent(; stepsize=1e-3, n_samples=10)),
57
(
58
"KLMinSqrtNaturalGradDescent",
59
- KLMinSqrtNaturalGradDescent(stepsize=1e-3, n_samples=10),
+ KLMinSqrtNaturalGradDescent(; stepsize=1e-3, n_samples=10),
60
),
61
("KLMinWassFwdBwd", KLMinWassFwdBwd(stepsize=1e-3, n_samples=10)),
62
]
0 commit comments