Skip to content

Commit

Permalink
Update src/layers/conv.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Brian Chen <[email protected]>
  • Loading branch information
Saransh-cpp and ToucheSir authored Jun 15, 2022
1 parent 91fd655 commit da5a91d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/layers/conv.jl
Original file line number Diff line number Diff line change
Expand Up @@ -436,8 +436,6 @@ CrossCor((3,), 4 => 5, relu) # 65 parameters
julia> lay(randn(100, 4, 64)) |> size
(98, 5, 64)
julia> Flux.params(lay) |> length
2
```
"""
function CrossCor(w::AbstractArray{T,N}, bias = true, σ = identity;
Expand Down

0 comments on commit da5a91d

Please sign in to comment.