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 8be49a9 commit 085260aCopy full SHA for 085260a
NEWS.md
@@ -11,6 +11,7 @@ See also [github's page](https://github.com/FluxML/Flux.jl/releases) for a compl
11
* The `Flux.Optimise` module has been deprecated in favor of the Optimisers.jl package.
12
Now Flux re-exports the optimisers from Optimisers.jl. Most users will be uneffected by this change.
13
The module is still available for now, but will be removed in a future release.
14
+* Most Flux layers will [re-use memory via `NNlib.bias_act!`](https://github.com/FluxML/Flux.jl/pull/2327), when possible.
15
16
## v0.14.22
17
* Data movement between devices is now provided by [MLDataDevices.jl](https://github.com/LuxDL/MLDataDevices.jl).
0 commit comments