Skip to content

Commit

Permalink
Merge pull request FluxML#1977 from JeffFessler/patch-1
Browse files Browse the repository at this point in the history
Show `using Flux` before BSON `@load`
  • Loading branch information
ToucheSir authored May 28, 2022
2 parents 99cb0a8 + f0e3021 commit f2ecdf6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/src/saving.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ julia> @save "mymodel.bson" model
Load it again:

```jldoctest saving
julia> using Flux # Flux must be loaded before calling @load
julia> using BSON: @load
julia> @load "mymodel.bson" model
Expand Down

0 comments on commit f2ecdf6

Please sign in to comment.