We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0bd4ae commit 019f832Copy full SHA for 019f832
src/deprecations.jl
@@ -16,5 +16,3 @@ ones32(::Type, dims...) = throw(ArgumentError("Flux.ones32 is always Float32, us
16
zeros32(::Type, dims...) = throw(ArgumentError("Flux.zeros32 is always Float32, use Base.zeros to specify the element type"))
17
18
# v0.13 deprecations
19
-
20
-@deprecate Maxout(layers::Tuple) Maxout(layers...)
0 commit comments