From fe2e3c3e6b4974bb2b7f083c822b6afe593c33ea Mon Sep 17 00:00:00 2001 From: Fredrik Bagge Carlson Date: Fri, 30 Aug 2019 17:08:16 +0800 Subject: [PATCH] Add RADAM news entry --- NEWS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS.md b/NEWS.md index a3586e83..26853df3 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,7 @@ # v0.9.0 * [Depthwise convolutional layer API changes](https://github.com/FluxML/Flux.jl/pull/756) from `in => mult` channel specification to `in => out` channel specification, and deprecates implicit `out` constructor. * New [SkipConnection](https://github.com/FluxML/Flux.jl/pull/446), which can be used to train residual neural network architectures. +* New [RADAM](https://github.com/FluxML/Flux.jl/pull/842) optimiser. # v0.8.0