keras-tqdm icon indicating copy to clipboard operation
keras-tqdm copied to clipboard

keras API change

Open whimian opened this issue 6 years ago • 0 comments

keras callbacks has a new API. on_train_batch_begin and on_train_batch_end are the new names for on_batch_begin and on_batch_end.

Refer to:https://github.com/tensorflow/tensorflow/blob/master/tensorflow/python/keras/callbacks.py#L175

whimian avatar Apr 19 '19 08:04 whimian