rm new line

This commit is contained in:
Dhairya Gandhi 2019-11-28 21:47:37 +05:30
parent 4481c74f50
commit 1ae554d82c
1 changed files with 0 additions and 1 deletions

View File

@ -12,7 +12,6 @@
* @treelike has been formalised as a [functor](https://github.com/FluxML/Flux.jl/pull/865), with an effective deprecation.
* `testmode!` is deprecated in favour of [istraining](https://github.com/FluxML/Flux.jl/pull/669)
# 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.