Skip to content

Commit 1b27064

Browse files
author
The TensorFlow Datasets Authors
committed
Fix checksum error in plant leaves dataset.
PiperOrigin-RevId: 631685356
1 parent 3f9c162 commit 1b27064

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
https://prod-dcd-datasets-cache-zipfiles.s3.eu-west-1.amazonaws.com/hb74ynkjcn-1.zip 7043815070 63db271e5d24d09d12b35189642ff04378c407fc31b4f26225ebc406223baaa4 hb74ynkjcn-1.zip
1+
https://prod-dcd-datasets-cache-zipfiles.s3.eu-west-1.amazonaws.com/hb74ynkjcn-1.zip 7044557764 cd6e9f088fd73810520e03c1dff3ceb026cef3b83fc9860958de65f16577ca19 hb74ynkjcn-1.zip

tensorflow_datasets/datasets/plant_leaves/plant_leaves_dataset_builder.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,11 @@ class DownloadRetryLimitReachedError(Exception):
5555
class Builder(tfds.core.GeneratorBasedBuilder):
5656
"""Healthy and unhealthy plant leaves dataset."""
5757

58-
VERSION = tfds.core.Version("0.1.0")
58+
VERSION = tfds.core.Version("0.1.1")
59+
RELEASE_NOTES = {
60+
"0.1.0": "Initial release.",
61+
"0.1.1": "Fix checksum error.",
62+
}
5963

6064
def _info(self):
6165
labels = list(zip(*_LABEL_MAPPING))[1]

0 commit comments

Comments
 (0)