diff --git a/src/layers/conv.jl b/src/layers/conv.jl index d139e70f..63e646bf 100644 --- a/src/layers/conv.jl +++ b/src/layers/conv.jl @@ -125,7 +125,6 @@ struct DepthwiseConv{N,F,A,V} bias::V stride::NTuple{N,Int} pad::NTuple{N,Int} - dilation::NTuple{N,Int} end DepthwiseConv(w::AbstractArray{T,N}, b::AbstractVector{T}, σ = identity;