Skip to content

Commit 1caadb8

Browse files
minor change.
1 parent f89c9bc commit 1caadb8

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
@@ -125,7 +125,7 @@ def _split_generators(self, dl_manager):
125125
}),
126126
]
127127

128-
def _generate_examples(self, path):
128+
def _generate_examples(self, archive):
129129
for fname, fobj in archive:
130130
record = {
131131
"image": fobj,

0 commit comments

Comments
 (0)