Skip to content

Commit edfd9f7

Browse files
TensorFlow Datasets Teamcopybara-github
authored andcommitted
Updates downsampled_imagenet to use the version which is in supported_versions.
PiperOrigin-RevId: 256539705
1 parent 9b98adb commit edfd9f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorflow_datasets/image/downsampled_imagenet.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ class DownsampledImagenet(tfds.core.GeneratorBasedBuilder):
7777
description=(
7878
"A dataset consisting of Train and Validation images of " +
7979
config_name + " resolution."),
80-
version="0.1.0",
80+
version="1.0.0",
8181
supported_versions=[
8282
tfds.core.Version("1.0.0", experiments={
8383
tfds.core.Experiment.S3: True}),

0 commit comments

Comments
 (0)