Skip to content

Commit 9a117f1

Browse files
remove all v0.12 deprecations
1 parent e67c975 commit 9a117f1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/deprecations.jl

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
<<<<<<< HEAD
12
# v0.12 deprecations
23
@deprecate Dropout(p, dims) Dropout(p; dims=dims)
34
@deprecate InstanceNorm(λ, β, γ, μ, σ², ϵ, momentum, active=nothing) InstanceNorm(λ, β, γ, μ, σ², ϵ, momentum, true, true, active, length(β))
@@ -36,4 +37,7 @@ zeros32(::Type, dims...) = throw(ArgumentError("Flux.zeros32 is always Float32,
3637

3738

3839
# v0.13 deprecations
39-
@deprecate Maxout(layers::Tuple) Maxout(layers...)
40+
@deprecate Maxout(layers::Tuple) Maxout(layers...)
41+
=======
42+
# v0.13 deprecations
43+
>>>>>>> 3349d23d (remove all v0.12 deprecations)

0 commit comments

Comments
 (0)