gowthamkpr
gowthamkpr
Fixed EarlyStopping problem for patience = 0 if there is improvement in accuracy or reduction in loss. Fixes #16393
Fixed broken links with correct links
Repilca of this [issue](https://github.com/tensorflow/tensorflow/issues/33749) created by @amangalampalli Would it be possible to add Inception V4 to the Keras Applications folder? System/User Specifics: Tensorflow 2.0 with tf.keras module Due to recent...
This adds the Differntial Binarization model for text detection. Implemented the architecture based on [ResNet50_vd](https://github.com/PaddlePaddle/PaddleOCR/blob/main/doc/doc_en/algorithm_det_db_en.md) from PaddleOCR and ported the weights.