From 73d572b1a9e60f61b46390d0050ccb5a347dd7be Mon Sep 17 00:00:00 2001 From: Dhairya Gandhi Date: Thu, 28 Nov 2019 23:57:01 +0530 Subject: [PATCH] rm RADAM --- NEWS.md | 1 - 1 file changed, 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index d4375458..faf3fe49 100644 --- a/NEWS.md +++ b/NEWS.md @@ -5,7 +5,6 @@ - Tracker compatibility is maintained in most common cases, but Zygote will be the preferred AD backend for Flux from now on. * The CUDNN wrappers have been [moved from Flux into CuArrays](https://github.com/FluxML/Flux.jl/pull/874), to allow for better supporting the CUDA backend, and improve user experience, not to mention making Flux lean. * `*crossentropy` functions now [work as expected with CuArrays](https://github.com/FluxML/Flux.jl/pull/926). [PR for binarycrossentropy](https://github.com/FluxML/Flux.jl/pull/940). -* Added a new [RADAM optimiser](https://github.com/FluxML/Flux.jl/pull/842) * Added [clearer docs](https://github.com/FluxML/Flux.jl/pull/904) around training and the Optimiser interface. * [Layer initialisations](https://github.com/FluxML/Flux.jl/pull/937) have been improved with a clearer API on how to extend it for other purposes. * [Better messaging around CUDA availability](https://github.com/FluxML/Flux.jl/pull/924), with hooks to initialize the GPU as default where possible.