From 84eabcd2ae12a514b8819c73c9295245b3c7f078 Mon Sep 17 00:00:00 2001 From: Tejan Karmali Date: Sat, 2 Feb 2019 12:19:35 +0530 Subject: [PATCH] fixed DepthwiseConv dilation --- src/layers/conv.jl | 1 - 1 file changed, 1 deletion(-) 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;