Skip to content

Commit 6b533b8

Browse files
committed
Don't do loadleaf! docstring
1 parent d08072a commit 6b533b8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/src/saving.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ Chain(
3636
Dense(5 => 2), # 12 parameters
3737
NNlib.softmax,
3838
) # Total: 4 arrays, 67 parameters, 524 bytes.
39-
4039
```
4140

4241
Models are just normal Julia structs, so it's fine to use any Julia storage
@@ -85,7 +84,6 @@ This ensures that the model loaded from `"mymodel.bson"` matches the structure o
8584

8685
```@docs
8786
Flux.loadmodel!
88-
Flux.loadleaf!
8987
```
9088

9189
## Checkpointing

0 commit comments

Comments
 (0)