We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0b74ed commit 6ed3a71Copy full SHA for 6ed3a71
NEWS.md
@@ -9,6 +9,7 @@ been removed in favour of MLDatasets.jl.
9
* `Dropout` gained improved compatibility with Int and Complex arrays and is now twice-differentiable.
10
* Many utily functions and the `DataLoader` are [now provided by MLUtils.jl](https://github.com/FluxML/Flux.jl/pull/1874).
11
* The DataLoader is now compatible with generic dataset types implementing `MLUtils.numobs` and `MLUtils.getobs`.
12
+* Added truncated normal initialisation of weights.
13
14
## v0.12.10
15
* `Dropout`/`AlphaDropout` now supports [user-specified RNGs](https://github.com/FluxML/Flux.jl/pull/1838)
0 commit comments