Skip to content

Commit a209532

Browse files
Merge pull request #24 from xweiba/master
fix: EMNIST url invalid
2 parents b171535 + ba12688 commit a209532

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extra_keras_datasets/emnist.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def load_data(path="emnist_matlab.npz", type="balanced"):
5252

5353
# Load data
5454
path = get_file(
55-
path, origin=("http://www.itl.nist.gov/iaui/vip/cs_links/EMNIST/"
55+
path, origin=("https://biometrics.nist.gov/cs_links/EMNIST/"
5656
"matlab.zip")
5757
)
5858
with ZipFile(path, "r") as opened_zip:

0 commit comments

Comments
 (0)