update NEWS

This commit is contained in:
chengchingwen 2019-05-14 00:57:42 +08:00
parent 2fc2a5282c
commit bdf74fe342
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
# v0.8.0
* [Dropoutnow has a `dims` argument for specifying the unbroadcast dimensions.](https://github.com/FluxML/Flux.jl/pull/563)
* New [ConvTranspose layer](https://github.com/FluxML/Flux.jl/pull/311).
* New [Maxout layer](https://github.com/FluxML/Flux.jl/pull/647)
* Datasets are now [hash verified on download](https://github.com/FluxML/Flux.jl/pull/585) to avoid corruption.