Merge pull request #728 from shreyas-kowshik/gn_news_patch
Added GroupNorm to docs and News.md
This commit is contained in:
commit
66ce8d8066
1
NEWS.md
1
NEWS.md
|
@ -12,6 +12,7 @@
|
||||||
* New [AlphaDropout](https://github.com/FluxML/Flux.jl/pull/656).
|
* 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`.
|
* [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 [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:
|
AD Changes:
|
||||||
|
|
||||||
|
|
|
@ -73,4 +73,5 @@ BatchNorm
|
||||||
Dropout
|
Dropout
|
||||||
AlphaDropout
|
AlphaDropout
|
||||||
LayerNorm
|
LayerNorm
|
||||||
|
GroupNorm
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue