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 da8593c commit da66996Copy full SHA for da66996
src/objectives/loglikelihood.jl
@@ -16,7 +16,7 @@ the target distribution p.
16
17
"""
18
function loglikelihood(
19
- rng::AbstractRNG, # empty argument
+ ::AbstractRNG, # empty argument
20
flow::Bijectors.UnivariateTransformed, # variational distribution to be trained
21
xs::AbstractVector, # sample batch from target dist p
22
)
0 commit comments