From 9c1bb93aa3aab07cc50c19d7cfd2038097282ae1 Mon Sep 17 00:00:00 2001 From: Peter Date: Tue, 14 May 2019 01:12:59 +0800 Subject: [PATCH] Update NEWS.md Co-Authored-By: Mike J Innes --- NEWS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 9787efd8..8f2580b0 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,6 @@ # v0.8.0 -* [Dropoutnow has a `dims` argument for specifying the unbroadcast dimensions.](https://github.com/FluxML/Flux.jl/pull/563) +* [Dropout now has a `dims` argument for specifying the unbroadcast dimensions.](https://github.com/FluxML/Flux.jl/pull/563) * 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.