shakibyzn / two-digit-mnist-recognition

text recognition using two-digit mnist dataset

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

not an issue it a doubt or error

Govind-MLE opened this issue · comments

1/1 [==============================] - 0s 19ms/step
8
8
[array([[0., 0., 0., 0., 0., 0., 0., 0., 1., 0.],
[0., 0., 0., 0., 0., 0., 0., 0., 1., 0.],
[0., 0., 0., 0., 0., 0., 0., 0., 1., 0.]], dtype=float32), array([[0., 0., 0., 0., 0., 0., 0., 0., 1., 0.],
[0., 0., 0., 0., 0., 0., 0., 0., 1., 0.],
[0., 0., 0., 0., 0., 0., 0., 0., 1., 0.]], dtype=float32)]
when i give any images as input i got the same result like this. can to please help me to overcome this issue
images
this is my image given to your model but it predicts always 88 i done all the preprocessing like resize , padding etc