Skip to content

Commit 52d50ba

Browse files
author
The TensorFlow Datasets Authors
committed
Merge pull request #5401 from nonameR9077:nonameR9077-patch-1
PiperOrigin-RevId: 631785060
2 parents 1b27064 + b7fc8b5 commit 52d50ba

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

tensorflow_datasets/image_classification/mnist.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -258,10 +258,11 @@ 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"
262-
VERSION = tfds.core.Version("3.0.0")
261+
URL = "https://biometrics.nist.gov/cs_links/EMNIST/gzip.zip"
262+
VERSION = tfds.core.Version("3.1.0")
263263
RELEASE_NOTES = {
264264
"3.0.0": "New split API (https://tensorflow.org/datasets/splits)",
265+
"3.1.0": "Updated broken download URL",
265266
}
266267
BUILDER_CONFIGS = [
267268
EMNISTConfig(
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
https://www.itl.nist.gov/iaui/vip/cs_links/EMNIST/gzip.zip 561753746 fb9bb67e33772a9cc0b895e4ecf36d2cf35be8b709693c3564cea2a019fcda8e gzip.zip
1+
https://biometrics.nist.gov/cs_links/EMNIST/gzip.zip 561753746 fb9bb67e33772a9cc0b895e4ecf36d2cf35be8b709693c3564cea2a019fcda8e gzip.zip

0 commit comments

Comments
 (0)