Skip to content

Commit 340115d

Browse files
authored
Update keras_example
1 parent 636761a commit 340115d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

keras_example

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ model %>% compile(loss = 'categorical_crossentropy',
4545
fit <- model %>%
4646
fit(training,
4747
trainLabels,
48-
epochs = 200,
49-
batch_size = 32,
48+
epochs = 25,
49+
batch_size = 8,
5050
validation_split = 0.2)
5151
plot(fit)
5252

0 commit comments

Comments
 (0)