Skip to content

Commit eab30a8

Browse files
Update src/layers/conv.jl
Co-authored-by: Brian Chen <ToucheSir@users.noreply.github.com>
1 parent 28c90ab commit eab30a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/layers/conv.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ end
423423
CrossCor(weight::AbstractArray, [bias, activation; stride, pad, dilation])
424424
425425
Constructs a CrossCor layer with the given weight and bias.
426-
Accepts the same keywords (and has the same defaults) as the `CrossCor((5,5), 3 => 6, relu)` method.
426+
Accepts the same keywords and has the same defaults as `CrossCor((5,5), 3 => 6, relu)`.
427427
428428
# Examples
429429
```jldoctest

0 commit comments

Comments
 (0)