Use smaller number of epoch size

This commit is contained in:
yueguoguo 2017-11-07 13:00:27 +08:00
Родитель 28bec203e0
Коммит eca4562719
2 изменённых файлов: 188 добавлений и 109 удалений

Просмотреть файл

@ -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.

Различия файлов скрыты, потому что одна или несколько строк слишком длинны