diff --git a/test/layers/normalisation.jl b/test/layers/normalisation.jl index 8bc3d1cde8..bfb46cf63d 100644 --- a/test/layers/normalisation.jl +++ b/test/layers/normalisation.jl @@ -252,7 +252,6 @@ end @test !m.active x′ = m(x).data - println(x′[1]) @test isapprox(x′[1], (1 - 0.95) / sqrt(1.25 + 1f-5), atol = 1.0e-5) end # with activation function