diff --git a/src/layers/conv.jl b/src/layers/conv.jl index ee2b8f79..0acf3551 100644 --- a/src/layers/conv.jl +++ b/src/layers/conv.jl @@ -21,7 +21,7 @@ Data should be stored in WHCN order (width, height, # channels, # batches). In other words, a 100×100 RGB image would be a `100×100×3×1` array, and a batch of 50 would be a `100×100×3×50` array. -Takes the keyword arguments `use_bias`, `pad`, `stride` and `dilation`. +Takes the keyword arguments `pad`, `stride` and `dilation`. """ struct Conv{N,M,F,A,V} σ::F