Skip to content

Commit

Permalink
cl/dropout
Browse files Browse the repository at this point in the history
  • Loading branch information
CarloLucibello committed Jul 5, 2020
1 parent 370543b commit cc50707
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
* Testing suite improvements now test for gradients of all layers along with GPU support.
* Functors have now moved to [Functors.jl](https://github.com/FluxML/Flux.jl/pull/1174) to allow for their use outside of Flux.
* Added [helper functions](https://github.com/FluxML/Flux.jl/pull/873) `Flux.convfilter` and `Flux.depthwiseconvfilter` to construct weight arrays for convolutions outside of layer constructors so as to not have to depend on the default layers for custom implementations.
* `dropout` function is now [always active](https://github.com/FluxML/Flux.jl/pull/1263)
* `dropout` function now has a mandatory [active](https://github.com/FluxML/Flux.jl/pull/1263)
keyword argument. The `Dropout` struct is the recommended choice for common usage.
* and many more fixes and additions...

# v0.10.1 - v0.10.4
Expand Down

0 comments on commit cc50707

Please sign in to comment.