train_batches: Trains a model from files batches.

View source: R/scoring.R

train_batchesR Documentation

Trains a model from files batches.

Description

Trains a model from files batches.

Usage

train_batches(model, batches, epochs = 10)

Arguments

model

Keras model.

batches

Character vector of batches files.

epochs

Integer. Number of epochs to train the model.

Value

A trained and serialized Keras model.


rsleep documentation built on Nov. 6, 2023, 1:06 a.m.