Callback functions
Bases: keras.callbacks.Callback
keras.callbacks.Callback
Stop the training manually by putting a “STOP” file in the directory
Codes called at the end of a batch Args:
epoch (int): epoch id logs (Dict): log dict
Returns: None