Skip to content

Commit

Permalink
Don't do loadleaf! docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
darsnack committed Apr 4, 2022
1 parent 0e007ee commit 3899c35
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/src/saving.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ Chain(
Dense(5 => 2), # 12 parameters
NNlib.softmax,
) # Total: 4 arrays, 67 parameters, 524 bytes.

```

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

```@docs
Flux.loadmodel!
Flux.loadleaf!
```

## Checkpointing
Expand Down

0 comments on commit 3899c35

Please sign in to comment.