Skip to content

Commit

Permalink
Merge #1540
Browse files Browse the repository at this point in the history
1540: add news entry for end of deprecation cycle r=DhairyaLGandhi a=CarloLucibello




Co-authored-by: Carlo Lucibello <[email protected]>
  • Loading branch information
bors[bot] and CarloLucibello authored Mar 18, 2021
2 parents a91dacd + 507d276 commit 3e3f9d7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
* New [`Parallel` layer](https://github.com/FluxML/Flux.jl/pull/1462) adds inception module-like building blocks.
* Feature additions and bug fixes for BatchNorm, LayerNorm, InstanceNorm, and GroupNorm [normalization layers](https://github.com/FluxML/Flux.jl/pull/1397)
* Added [Upsample and PixelShuffle layers](https://github.com/FluxML/Flux.jl/pull/1468)
* End of deprecation cycle: loss functions cannot be accessed directly from `Flux` anymore, they live in the `Flux.Losses` module.
All loss functions perform `mean` aggregation by default.

## v0.11.2

Expand Down

0 comments on commit 3e3f9d7

Please sign in to comment.