Open
Description
Description of issue
emnist/letters says it has 37 classes but it really only has 26
Describe what the problem is. Please include URL(s) if possible.
https://www.tensorflow.org/datasets/catalog/emnist
On the above URL the the emnist/letters dataset is described as having 37 classes. It actually only has 26 classes. All upper and lower case letters were merged together in the emnist/letters dataset.
This is not simply a typo issue because the meta data also states that there are 37 classes when it should report only 26. So I guess there are 37 classes but some classes are never used.