Learn R Programming

rsleep (version 1.0.12)

train_batches: Trains a model from files batches.

Description

Trains a model from files batches.

Usage

train_batches(model, batches, epochs = 10)

Value

A trained and serialized Keras model.

Arguments

model

Keras model.

batches

Character vector of batches files.

epochs

Integer. Number of epochs to train the model.