Skip to content

Commit da5a91d

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

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/layers/conv.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -436,8 +436,6 @@ CrossCor((3,), 4 => 5, relu) # 65 parameters
436436
julia> lay(randn(100, 4, 64)) |> size
437437
(98, 5, 64)
438438
439-
julia> Flux.params(lay) |> length
440-
2
441439
```
442440
"""
443441
function CrossCor(w::AbstractArray{T,N}, bias = true, σ = identity;

0 commit comments

Comments
 (0)