Skip to content

Commit 6612986

Browse files
pierrot0copybara-github
authored andcommitted
fix bug from earlier change, lsun 0.1.1 is not using S3.
PiperOrigin-RevId: 257576726
1 parent 0ebd37f commit 6612986

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorflow_datasets/image/lsun.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ class Lsun(tfds.core.GeneratorBasedBuilder):
7575
name=category,
7676
description="Images of category %s" % category,
7777
version=tfds.core.Version(
78-
"0.1.1", {tfds.core.Experiment.S3: True}),
78+
"0.1.1", {tfds.core.Experiment.S3: False}),
7979
supported_versions=[
8080
tfds.core.Version("3.0.0"),
8181
tfds.core.Version("2.0.0"),

0 commit comments

Comments
 (0)