Looking at the TensorFlow documentation it says that model.fit(validation_data) cannot be used with keras.utils.Sequence
model.fit(validation_data)
keras.utils.Sequence
Note that