Skip to content

Commit

Permalink
two fixes re SignDecay
Browse files Browse the repository at this point in the history
  • Loading branch information
mcabbott committed Mar 6, 2024
1 parent ed681f4 commit be1c0c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ See also [github's page](https://github.com/FluxML/Flux.jl/releases) for a compl
This also adds `show` methods for pretty printing.

## v0.14.12
* New `SignDecay` optimiser, like `` WeightNorm` but for L1 norm.
* New `SignDecay` optimiser, like `WeightDecay` but for L1 norm.

## v0.14.0 (July 2023)
* Flux now requires julia v1.9 or later.
Expand Down
1 change: 1 addition & 0 deletions docs/src/training/optimisers.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ Similar to optimisers, Flux also defines some simple decays that can be used in
ExpDecay
InvDecay
WeightDecay
SignDecay
```

## Gradient Clipping
Expand Down

0 comments on commit be1c0c0

Please sign in to comment.