bstriner / keras-tqdm

Keras integration with TQDM progress bars
MIT License
348 stars 41 forks source link

keras API change #32

Open whimian opened 5 years ago

whimian commented 5 years ago

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