Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
CarloLucibello committed Feb 5, 2022
1 parent c0bd4ae commit 019f832
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/deprecations.jl
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,3 @@ ones32(::Type, dims...) = throw(ArgumentError("Flux.ones32 is always Float32, us
zeros32(::Type, dims...) = throw(ArgumentError("Flux.zeros32 is always Float32, use Base.zeros to specify the element type"))

# v0.13 deprecations

@deprecate Maxout(layers::Tuple) Maxout(layers...)

0 comments on commit 019f832

Please sign in to comment.