Add RADAM news entry
This commit is contained in:
parent
cb3bfd72f3
commit
fe2e3c3e6b
1
NEWS.md
1
NEWS.md
|
@ -1,6 +1,7 @@
|
||||||
# v0.9.0
|
# 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.
|
* [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 [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
|
# v0.8.0
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue