Description Usage Arguments
View source: R/train_functions.R
Standard training function.
1 2 3 4 5 6 7 8 9 10 11 12 13 14
train_model_standard( model, x_train, y_train, model_weights = NULL, epochs, batch_size, validation_data = NULL, validation_split = NULL, callbacks = NULL, class_weight = NULL, steps_per_epoch = NULL, validation_steps = NULL )
validation_steps
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.