We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b171535 + ba12688 commit a209532Copy full SHA for a209532
extra_keras_datasets/emnist.py
@@ -52,7 +52,7 @@ def load_data(path="emnist_matlab.npz", type="balanced"):
52
53
# Load data
54
path = get_file(
55
- path, origin=("http://www.itl.nist.gov/iaui/vip/cs_links/EMNIST/"
+ path, origin=("https://biometrics.nist.gov/cs_links/EMNIST/"
56
"matlab.zip")
57
)
58
with ZipFile(path, "r") as opened_zip:
0 commit comments