From cd3926755a4b2e91eb72acbf487a7ef66f219929 Mon Sep 17 00:00:00 2001 From: Lyndon White Date: Mon, 25 Mar 2019 16:13:11 +0000 Subject: [PATCH] add Maxout news item --- NEWS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS.md b/NEWS.md index 4cf755e7..681e701f 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,7 @@ # v0.8.0 * New [ConvTranspose layer](https://github.com/FluxML/Flux.jl/pull/311). +* New [Maxout layer](https://github.com/FluxML/Flux.jl/pull/647) * Datasets are now [hash verified on download](https://github.com/FluxML/Flux.jl/pull/585) to avoid corruption. * We now [zero the initial state for RNNs](https://github.com/FluxML/Flux.jl/pull/590/). * [Normalisation can now work on arbitrary `dims`.](https://github.com/FluxML/Flux.jl/pull/592)