mltu icon indicating copy to clipboard operation
mltu copied to clipboard

Epoch 51: early stopping

Open Zain-ul-abdin0 opened this issue 1 year ago • 8 comments

Hi! Model ended training with Epoch 51: early stopping . I am training with dataset 1040 images? I am training with my 1040 labled images given below but when I try to predict text it shows empty string. Code :: image = cv2.imread('./6wf4ef.jpg') prediction_text = model.predict(image) // return empty string print(f"Predicted Text: {prediction_text}") 2a4m2e 2a5bpc 2a8722 2d8dny 2de8g

2a2gn2

Prediction is Empty like this : image

Zain-ul-abdin0 avatar Aug 05 '23 18:08 Zain-ul-abdin0