Skip to content

Commit 1ef521f

Browse files
Fix issue with EMNIST
1 parent bab25b1 commit 1ef521f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extra_keras_datasets/emnist.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ def load_data(path='emnist_matlab.npz', type='balanced'):
5252
input_test = input_test.reshape((input_test.shape[0], 28, 28), order='F')
5353

5454
# Return data
55-
return (input_train, target_train), (input_test, target_train)
55+
return (input_train, target_train), (input_test, target_test)

0 commit comments

Comments
 (0)