Skip to content

Commit ee8903a

Browse files
committed
Add release notes for imagenet2012_subset
1 parent 9095c2a commit ee8903a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tensorflow_datasets/image_classification/imagenet2012_subset.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ class Imagenet2012Subset(Imagenet2012):
7272
name=subset_size,
7373
description='{} of total ImageNet training set.'.format(subset_size),
7474
version=tfds.core.Version(
75-
'5.0.0', ''),
75+
'5.0.0'),
7676
) for subset_size in SUBSET2FILES
7777
]
7878

@@ -151,4 +151,3 @@ def _generate_examples(self, archive, subset=None, validation_labels=None):
151151
'label': label,
152152
}
153153
yield image_fname, record
154-

0 commit comments

Comments
 (0)