hello i used your decode.py for decoding emnist it decodes the training images fines but i got the following error for the test sets
Traceback (most recent call last):
File "/home/matt/Desktop/Python-EMNIST-Decoder-master/decode.py", line 93, in
main(args)
File "/home/matt/Desktop/Python-EMNIST-Decoder-master/decode.py", line 49, in main
assert n_images == n_labels, 'the number of images is not the same as that of images.'
AssertionError: the number of images is not the same as that of images.
hello i used your decode.py for decoding emnist it decodes the training images fines but i got the following error for the test sets
Traceback (most recent call last):
File "/home/matt/Desktop/Python-EMNIST-Decoder-master/decode.py", line 93, in
main(args)
File "/home/matt/Desktop/Python-EMNIST-Decoder-master/decode.py", line 49, in main
assert n_images == n_labels, 'the number of images is not the same as that of images.'
AssertionError: the number of images is not the same as that of images.