Skip to content

Commit fbc9faf

Browse files
committed
Add NEWS entry for loadmodel!
1 parent a155a44 commit fbc9faf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

NEWS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ been removed in favour of MLDatasets.jl.
1212
* The DataLoader is now compatible with generic dataset types implementing `MLUtils.numobs` and `MLUtils.getobs`.
1313
* Added [truncated normal initialisation](https://github.com/FluxML/Flux.jl/pull/1877) of weights.
1414
* 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
1516

1617
## v0.12.10
1718
* `Dropout`/`AlphaDropout` now supports [user-specified RNGs](https://github.com/FluxML/Flux.jl/pull/1838)

0 commit comments

Comments
 (0)