diff --git a/test/layers/conv.jl b/test/layers/conv.jl index ef09ecae84..5b2e2392ca 100644 --- a/test/layers/conv.jl +++ b/test/layers/conv.jl @@ -101,4 +101,5 @@ end randn(Float32, 10,10,1,1) |> Conv((6,1), 1=>1, Flux.σ) true end +end