fixed DepthwiseConv dilation

This commit is contained in:
Tejan Karmali 2019-02-02 12:19:35 +05:30 committed by GitHub
parent e54df2de06
commit 84eabcd2ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;