rm this deprecation for 0.6
This commit is contained in:
parent
3870027c91
commit
7d7d89569c
|
@ -45,6 +45,3 @@ function Base.show(io::IO, l::Conv)
|
|||
l.σ == identity || print(io, ", ", l.σ)
|
||||
print(io, ")")
|
||||
end
|
||||
|
||||
# v0.5
|
||||
@deprecate Conv2D(args...; kw...) Conv(args...; kw...)
|
||||
|
|
Loading…
Reference in New Issue