ryanjcooper / EMNIST

A project designed to explore CNN and the effectiveness of RCNN on classifying the EMNIST dataset.
MIT License
96 stars 38 forks source link

IndexError: index 26 is out of bounds for axis 1 with size 26 #10

Closed vganeshbabuagiliz closed 6 years ago

vganeshbabuagiliz commented 6 years ago

Dear Ryan Cooper, I faced an issue when I try to train the letters only dataset emnist-letters.mat when I run the training - I get the below error - can you help?

image

ryanjcooper commented 6 years ago

Hi there, I've seen this error before with TensorFlow and Keras version mismatching. If you could compare your version of these dependencies to the ones listed in dependencies.txt and ensure that they are matching. The version of Keras that this model was developed under may not be forward compatible.

Let me know if this works for you, Ryan

ryanjcooper commented 6 years ago

Closing as no response.