You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I passed in several input paths to read_images. Each path points to a folder in a bucket. I expected Ray to read all of the images in the folders, but I got an unexpected error instead:
ray.exceptions.RayTaskError(ValueError): ray::_get_reader() (pid=48565, ip=10.0.36.183)
File "/tmp/ray/session_2023-08-28_22-16-18_573417_6518/runtime_resources/py_modules_files/_ray_pkg_b75ae321665ac451/ray/data/read_api.py", line 2348, in _get_reader
reader = ds.create_reader(**kwargs)
File "/tmp/ray/session_2023-08-28_22-16-18_573417_6518/runtime_resources/py_modules_files/_ray_pkg_b75ae321665ac451/ray/data/datasource/image_datasource.py", line 66, in create_reader
return _ImageDatasourceReader(
File "/tmp/ray/session_2023-08-28_22-16-18_573417_6518/runtime_resources/py_modules_files/_ray_pkg_b75ae321665ac451/ray/data/datasource/image_datasource.py", line 159, in __init__
super().__init__(
File "/tmp/ray/session_2023-08-28_22-16-18_573417_6518/runtime_resources/py_modules_files/_ray_pkg_b75ae321665ac451/ray/data/datasource/file_based_datasource.py", line 508, in __init__
raise ValueError(
ValueError: No input files found to read. Please double check that 'partition_filter' field is set properly.
What happened + What you expected to happen
I passed in several input paths to
read_images
. Each path points to a folder in a bucket. I expected Ray to read all of the images in the folders, but I got an unexpected error instead:Versions / Dependencies
Ray: ad4ce20
Reproduction script
Issue Severity
Medium: It is a significant difficulty but I can work around it.
The text was updated successfully, but these errors were encountered: