Returns predictions for a single batch of samples.

predict_on_batch(object, x)

Arguments

object

Keras model object

x

Input data (vector, matrix, or array)

Value

array of predictions.

See also