Skip to content

Commit

Permalink
Update example image for EMNIST-Letters in README
Browse files Browse the repository at this point in the history
  • Loading branch information
pczarnik committed Jul 6, 2024
1 parent 144b5bd commit 49e5ea8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ import matplotlib.pyplot as plt
emnist = EMNIST()
letters = emnist.Letters()
plt.imshow(
letters.test_images()[:256]
letters.train_images()[:256]
.reshape(16, 16, 28, 28)
.swapaxes(1, 2)
.reshape(16 * 28, -1),
Expand Down
Binary file modified imgs/emnist_letters_256.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 49e5ea8

Please sign in to comment.