R/model-training.R
predict_on_batch.Rd
Returns predictions for a single batch of samples.
predict_on_batch(object, x)
Keras model object
Input data. It must be array-like.
Array(s) of predictions.
https://keras.io/api/models/model_training_apis#predictonbatch-method
Other model training: compile.keras.src.models.model.Model() evaluate.keras.src.models.model.Model() predict.keras.src.models.model.Model() test_on_batch() train_on_batch()
compile.keras.src.models.model.Model()
evaluate.keras.src.models.model.Model()
predict.keras.src.models.model.Model()
test_on_batch()
train_on_batch()