You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The dataset is provided in two file formats. Both versions of the dataset contain identical information, and are provided entirely for the sake of convenience. The first dataset is provided in a Matlab format that is accessible through both Matlab and Python (using the scipy.io.loadmat function). The second version of the dataset is provided in the same binary format as the original MNIST dataset as outlined in http://yann.lecun.com/exdb/mnist/
Looking at our code, we are using the latter format, and we're using the exact same code to read EMNIST as for reading MNIST, which would suggest that this orientation was in fact originally intended. Am I missing anything obvious?
🐛 Describe the bug
The images of EMNIST() are flipped and rotated 90 degrees anticlockwise by default as shown below:
Versions
The text was updated successfully, but these errors were encountered: