Merge pull request #728 from shreyas-kowshik/gn_news_patch

Added GroupNorm to docs and News.md
This commit is contained in:
Dhairya Gandhi 2019-04-09 17:58:56 +05:30 committed by GitHub
commit 66ce8d8066
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,7 @@
* New [AlphaDropout](https://github.com/FluxML/Flux.jl/pull/656).
* [Data.Iris](https://github.com/FluxML/Flux.jl/pull/652) makes Fisher's Iris dataset available with `Iris.labels` and `Iris.features`.
* 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).
* New [GroupNorm](https://github.com/FluxML/Flux.jl/pull/696), as described in [Group Normalization](https://arxiv.org/abs/1803.08494).
AD Changes:

View File

@ -73,4 +73,5 @@ BatchNorm
Dropout
AlphaDropout
LayerNorm
GroupNorm
```