MNIST_DRAW icon indicating copy to clipboard operation
MNIST_DRAW copied to clipboard

It seems that all numbers the model can't recognise is output 4

Open mobyIsMe opened this issue 7 years ago • 1 comments

such as input 10 or other numbers which are not regular written, it outputs 4,input 11 , it output 4 sometimes and 1 sometimes. The model doesn't support numbers recognition above 10?

mobyIsMe avatar Aug 15 '17 10:08 mobyIsMe

No, MNIST (the dataset) doesn't have double digits. The model is flexible and you can always retrain it on a dataset with double digits, just make sure you have enough logits in your softmax function output.

hwchong avatar Aug 16 '17 00:08 hwchong