faustomorales / keras-ocr

A packaged and flexible version of the CRAFT text detector and Keras CRNN recognition model.
https://keras-ocr.readthedocs.io/
MIT License
1.37k stars 349 forks source link

Bump Model.fit_generator() to Model.fit() #159

Closed ezzaimsoufiane closed 3 years ago

ezzaimsoufiane commented 3 years ago

Model.fit_generator() is deprecated, Model.fit) supports generators in TensorFlow Core v2.4.1

faustomorales commented 3 years ago

Closed by https://github.com/faustomorales/keras-ocr/pull/160