You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The KerasNetwork wrapper does not support callbacks because the underlying Keras API (train_on_batch()) does not support it. However, you can use model.fit_generator
(and not use the KerasNetwork wrapper):
It will be good to have an option to early stop or easily add other callbacks from keras.
The text was updated successfully, but these errors were encountered: