Skip to content

Commit

Permalink
Updates downsampled_imagenet to use the version which is in supported…
Browse files Browse the repository at this point in the history
…_versions.

PiperOrigin-RevId: 256539705
  • Loading branch information
TensorFlow Datasets Team authored and copybara-github committed Jul 4, 2019
1 parent 9b98adb commit edfd9f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorflow_datasets/image/downsampled_imagenet.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ class DownsampledImagenet(tfds.core.GeneratorBasedBuilder):
description=(
"A dataset consisting of Train and Validation images of " +
config_name + " resolution."),
version="0.1.0",
version="1.0.0",
supported_versions=[
tfds.core.Version("1.0.0", experiments={
tfds.core.Experiment.S3: True}),
Expand Down

0 comments on commit edfd9f7

Please sign in to comment.