Skip to content

Commit 0790f24

Browse files
committed
Spacing in docs
1 parent b4fe66b commit 0790f24

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
@@ -75,7 +75,7 @@ using Flux: loadmodel!
7575
using BSON: @load
7676
7777
# some predefined model
78-
model = Chain(Dense(10 => 5,relu),Dense(5 => 2),softmax)
78+
model = Chain(Dense(10 => 5, relu), Dense(5 => 2), softmax)
7979
8080
# load one model into another
8181
model = loadmodel!(model, @load("mymodel.bson"))

0 commit comments

Comments
 (0)