File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
tensorflow_datasets/datasets/plant_leaves Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -55,7 +55,11 @@ class DownloadRetryLimitReachedError(Exception):
55
55
class Builder (tfds .core .GeneratorBasedBuilder ):
56
56
"""Healthy and unhealthy plant leaves dataset."""
57
57
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
+ }
59
63
60
64
def _info (self ):
61
65
labels = list (zip (* _LABEL_MAPPING ))[1 ]
You can’t perform that action at this time.
0 commit comments