Skip to content

Commit

Permalink
docs final
Browse files Browse the repository at this point in the history
  • Loading branch information
CarloLucibello committed Dec 4, 2024
1 parent ca4e6c8 commit 1281b50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layers/conv.jl
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ julia> bias = zeros(Float32, 5);
julia> layer = CrossCor(weight, bias, relu)
CrossCor((3,), 4 => 5, relu) # 65 parameters
julia> layer(randn(100, 4, 64)) |> size
julia> layer(randn(Float32, 100, 4, 64)) |> size
(98, 5, 64)
```
"""
Expand Down

0 comments on commit 1281b50

Please sign in to comment.