Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
pxl-th committed Dec 13, 2024
1 parent 648883f commit 54319e1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/layers/normalise.jl
Original file line number Diff line number Diff line change
Expand Up @@ -665,7 +665,6 @@ Remove any [WeightNorm](@ref) parametrization in the model.
### Example
```jldoctest
julia> model = Chain(
WeightNorm(Conv((3,), 1 => 2), :weight),
WeightNorm(Conv((3,), 2 => 2), :weight),
Expand Down

0 comments on commit 54319e1

Please sign in to comment.