Skip to content

Commit d9525e7

Browse files
committed
minor comment update
1 parent 5753150 commit d9525e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/flows/utils.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ function fnn(
7777
paramtype::Type{T} = Float64,
7878
) where {T<:AbstractFloat}
7979
# Create a chain of dense layers
80-
# First layer (need to use Any[] otherwise it complains about type instability when pushing layers)
80+
# First layer
8181
layers = Flux.Dense[Flux.Dense(input_dim, hidden_dims[1], inlayer_activation)]
8282

8383
# Hidden layers

0 commit comments

Comments
 (0)