We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bab25b1 commit 1ef521fCopy full SHA for 1ef521f
extra_keras_datasets/emnist.py
@@ -52,4 +52,4 @@ def load_data(path='emnist_matlab.npz', type='balanced'):
52
input_test = input_test.reshape((input_test.shape[0], 28, 28), order='F')
53
54
# Return data
55
- return (input_train, target_train), (input_test, target_train)
+ return (input_train, target_train), (input_test, target_test)
0 commit comments