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 00ca29c commit 731e657Copy full SHA for 731e657
src/flows/realnvp.jl
@@ -189,6 +189,6 @@ Following the general architecture as in [^ASD2020] (see Apdx. E).
189
Advances in Black-Box VI: Normalizing Flows, Importance Weighting, and Optimization.
190
In *NeurIPS*.
191
"""
192
-realnvp(q0; paramtype::Type{T} = Float64) where {T<:AbstractFloat} = RealNVP(
+realnvp(q0; paramtype::Type{T} = Float64) where {T<:AbstractFloat} = realnvp(
193
q0, [32, 32], 10; paramtype=paramtype
194
)
0 commit comments