ydshieh
commited on
Commit
·
65ed6f6
1
Parent(s):
0913b91
fix
Browse files
run_image_captioning_flax.py
CHANGED
@@ -996,7 +996,7 @@ def main():
|
|
996 |
features=features,
|
997 |
keep_in_memory=keep_in_memory,
|
998 |
# The images are already checked either in `.filter()` or in `preprocess_fn()`
|
999 |
-
fn_kwargs={"
|
1000 |
desc=f"Running feature extraction on {split} dataset".replace(" ", " "),
|
1001 |
)
|
1002 |
_ds = _ds.with_format("numpy")
|
|
|
996 |
features=features,
|
997 |
keep_in_memory=keep_in_memory,
|
998 |
# The images are already checked either in `.filter()` or in `preprocess_fn()`
|
999 |
+
fn_kwargs={"check_image": False},
|
1000 |
desc=f"Running feature extraction on {split} dataset".replace(" ", " "),
|
1001 |
)
|
1002 |
_ds = _ds.with_format("numpy")
|