Skip to content

Commit 0fb012a

Browse files
committed
Add try_gcs flag. Fix #1054
1 parent 9c58b0b commit 0fb012a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

efficientnetv2/datasets.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -508,6 +508,7 @@ class CIFAR10Input(ImageNetInput):
508508
cfg = copy.deepcopy(ImageNetInput.cfg)
509509
cfg.update(
510510
dict(
511+
try_gcs=True,
511512
data_dir=None,
512513
num_classes=10,
513514
multiclass=False,

0 commit comments

Comments
 (0)