Skip to content

Commit

Permalink
Merge pull request #24 from xweiba/master
Browse files Browse the repository at this point in the history
fix: EMNIST url invalid
  • Loading branch information
christianversloot authored Jun 25, 2024
2 parents b171535 + ba12688 commit a209532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extra_keras_datasets/emnist.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def load_data(path="emnist_matlab.npz", type="balanced"):

# Load data
path = get_file(
path, origin=("http://www.itl.nist.gov/iaui/vip/cs_links/EMNIST/"
path, origin=("https://biometrics.nist.gov/cs_links/EMNIST/"
"matlab.zip")
)
with ZipFile(path, "r") as opened_zip:
Expand Down

0 comments on commit a209532

Please sign in to comment.