TensorflowHandwritingRecognition icon indicating copy to clipboard operation
TensorflowHandwritingRecognition copied to clipboard

Question

Open omgms opened this issue 7 years ago • 2 comments

Hi just want to check how are you matching the labels to the training data?

Like for e.g. inside class 4e, it contains letter 'N', so why is the label 4e instead of N?

omgms avatar Aug 25 '18 09:08 omgms

ASCII code, in hexadecimal https://en.wikipedia.org/wiki/ASCII

chouxscream avatar Aug 30 '18 08:08 chouxscream

Hi Im getting an error in line 184, i.e epochs = int(sys.argv[1]) the error is : list index out of range What should be done?

lavanyaakella avatar Mar 07 '19 05:03 lavanyaakella