update NEWS.md with InstanceNorm

This commit is contained in:
David Pollack 2019-03-10 11:11:43 +01:00
parent b348e31f07
commit 6654aae1ec
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@
* New "performance tips" [section of the docs](https://github.com/FluxML/Flux.jl/pull/615).
* The training loop is [now more readable](https://github.com/FluxML/Flux.jl/pull/651) and better shows how to use the lower-level APIs.
* New [AlphaDropout](https://github.com/FluxML/Flux.jl/pull/656).
* New [InstanceNorm](https://github.com/FluxML/Flux.jl/pull/634), as popularized by [Instance Normalization: The Missing Ingredient for Fast Stylization](https://arxiv.org/abs/1607.08022).
AD Changes: