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 6ed3a71 commit 423a996Copy full SHA for 423a996
NEWS.md
@@ -9,7 +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.
+* Added [truncated normal initialisation](https://github.com/FluxML/Flux.jl/pull/1877) 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