Skip to content

Commit 34a964e

Browse files
committed
minor typo fix
1 parent e03213c commit 34a964e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/flows/realnvp.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ function RealNVP(
152152
create_flow(Ls, q0)
153153
end
154154

155-
function RealNVP(dims:Int; paramtype::Type{T} = Float64) where {T<:AbstractFloat}
155+
function RealNVP(dims::Int; paramtype::Type{T} = Float64) where {T<:AbstractFloat}
156156
# default RealNVP with 10 layers, each couplling function has 2 hidden layers with 32 units
157157
return RealNVP(dims, [32, 32], 10; paramtype=paramtype)
158158
end

0 commit comments

Comments
 (0)