# NOT RUN {
# }
# NOT RUN {
model %>% fit(
x_train, y_train,
batch_size = 128,
epochs = 4,
validation_split = 0.2,
verbose = 0,
callbacks = callback_time_stopping(seconds = 6, verbose = 1)
)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab