Closed enriqueav closed 6 years ago
Move the validation of each epoch to fit_generator instead of on_epoch_end. This can be done using validation_data and validation_steps arguments of model.fit_generator.
Move the validation of each epoch to fit_generator instead of on_epoch_end. This can be done using validation_data and validation_steps arguments of model.fit_generator.