Skip to content

Commit b7fc8b5

Browse files
authored
fix URL of EMNIST in mnist.py
just fixed to working URL
1 parent 3f9c162 commit b7fc8b5

File tree

1 file changed

+1
-1
lines changed
  • tensorflow_datasets/image_classification

1 file changed

+1
-1
lines changed

tensorflow_datasets/image_classification/mnist.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ def __init__(self, *, class_number, train_examples, test_examples, **kwargs):
258258
class EMNIST(MNIST):
259259
"""Emnist dataset."""
260260

261-
URL = "https://www.itl.nist.gov/iaui/vip/cs_links/EMNIST/gzip.zip"
261+
URL = "https://biometrics.nist.gov/cs_links/EMNIST/gzip.zip"
262262
VERSION = tfds.core.Version("3.0.0")
263263
RELEASE_NOTES = {
264264
"3.0.0": "New split API (https://tensorflow.org/datasets/splits)",

0 commit comments

Comments
 (0)