Use smaller number of epoch size
This commit is contained in:
Родитель
28bec203e0
Коммит
eca4562719
|
@ -359,8 +359,8 @@ fine tune the model performance.
|
||||||
```{r}
|
```{r}
|
||||||
# Large sizes of epoch and batch will induce longer training time.
|
# Large sizes of epoch and batch will induce longer training time.
|
||||||
|
|
||||||
epoch_size <- 200
|
epoch_size <- 10
|
||||||
batch_size <- 1
|
batch_size <- 5
|
||||||
|
|
||||||
# Validating sets can be used to validate the model.
|
# Validating sets can be used to validate the model.
|
||||||
|
|
||||||
|
|
Различия файлов скрыты, потому что одна или несколько строк слишком длинны
Загрузка…
Ссылка в новой задаче