Skip to content

Commit 9a9f566

Browse files
Update saving.md
1 parent fd6b423 commit 9a9f566

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/saving.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Save a model:
99
```julia
1010
julia> using Flux
1111

12-
julia> model = Chain(Dense(10,5,relu),Dense(5,2),softmax)
12+
julia> model = Chain(Dense(10, 5, NNlib.relu), Dense(5, 2), NNlib.softmax)
1313
Chain(Dense(10, 5, NNlib.relu), Dense(5, 2), NNlib.softmax)
1414

1515
julia> using BSON: @save

0 commit comments

Comments
 (0)