From 3de8c8ede518afae5473f76f18f65db2d46f81b3 Mon Sep 17 00:00:00 2001 From: Manjunath Bhat Date: Fri, 8 Mar 2019 03:10:02 +0530 Subject: [PATCH] Add AlphaDropout to NEWS.md --- NEWS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS.md b/NEWS.md index 55f4c96d..a2317290 100644 --- a/NEWS.md +++ b/NEWS.md @@ -8,6 +8,7 @@ * [NamedTuples now work like Tuples](https://github.com/FluxML/Flux.jl/pull/603) when doing `mapleaves`. * 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). AD Changes: