You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: NEWS.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,7 @@ been removed in favour of MLDatasets.jl.
12
12
* The DataLoader is now compatible with generic dataset types implementing `MLUtils.numobs` and `MLUtils.getobs`.
13
13
* Added [truncated normal initialisation](https://github.com/FluxML/Flux.jl/pull/1877) of weights.
14
14
* The `Flux.Diagonal` layer is now called `Scale`, and accepts an activation function.
15
+
*`loadparams!` is replaced by [`loadmodel!`](https://github.com/FluxML/Flux.jl/pull/1875) which copies trainable + non-trainable parameters and performs more thorough structural checking
15
16
16
17
## v0.12.10
17
18
*`Dropout`/`AlphaDropout` now supports [user-specified RNGs](https://github.com/FluxML/Flux.jl/pull/1838)
0 commit comments