-
Notifications
You must be signed in to change notification settings - Fork 6.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Data] read_images
benchmark sometimes fails with ArrowVariableShapedTensorArray
error
#49883
Comments
8 tasks
bveeramani
added a commit
that referenced
this issue
Jan 23, 2025
…ailure (#49884) The `read_images` benchmark sometimes fails with this issue: #49883. To workaround this, this PR explicitly specifies the mode in the `read_images` call. --------- Signed-off-by: Balaji Veeramani <[email protected]>
win5923
pushed a commit
to win5923/ray
that referenced
this issue
Jan 23, 2025
…ailure (ray-project#49884) The `read_images` benchmark sometimes fails with this issue: ray-project#49883. To workaround this, this PR explicitly specifies the mode in the `read_images` call. --------- Signed-off-by: Balaji Veeramani <[email protected]>
simonsays1980
pushed a commit
to simonsays1980/ray
that referenced
this issue
Jan 23, 2025
…ailure (ray-project#49884) The `read_images` benchmark sometimes fails with this issue: ray-project#49883. To workaround this, this PR explicitly specifies the mode in the `read_images` call. --------- Signed-off-by: Balaji Veeramani <[email protected]>
anson627
pushed a commit
to anson627/ray
that referenced
this issue
Jan 31, 2025
…ailure (ray-project#49884) The `read_images` benchmark sometimes fails with this issue: ray-project#49883. To workaround this, this PR explicitly specifies the mode in the `read_images` call. --------- Signed-off-by: Balaji Veeramani <[email protected]> Signed-off-by: Anson Qian <[email protected]>
anson627
pushed a commit
to anson627/ray
that referenced
this issue
Jan 31, 2025
…ailure (ray-project#49884) The `read_images` benchmark sometimes fails with this issue: ray-project#49883. To workaround this, this PR explicitly specifies the mode in the `read_images` call. --------- Signed-off-by: Balaji Veeramani <[email protected]> Signed-off-by: Anson Qian <[email protected]>
srinathk10
pushed a commit
that referenced
this issue
Feb 2, 2025
…ailure (#49884) The `read_images` benchmark sometimes fails with this issue: #49883. To workaround this, this PR explicitly specifies the mode in the `read_images` call. --------- Signed-off-by: Balaji Veeramani <[email protected]>
anyadontfly
pushed a commit
to anyadontfly/ray
that referenced
this issue
Feb 13, 2025
…ailure (ray-project#49884) The `read_images` benchmark sometimes fails with this issue: ray-project#49883. To workaround this, this PR explicitly specifies the mode in the `read_images` call. --------- Signed-off-by: Balaji Veeramani <[email protected]> Signed-off-by: Puyuan Yao <[email protected]>
park12sj
pushed a commit
to park12sj/ray
that referenced
this issue
Mar 18, 2025
…ailure (ray-project#49884) The `read_images` benchmark sometimes fails with this issue: ray-project#49883. To workaround this, this PR explicitly specifies the mode in the `read_images` call. --------- Signed-off-by: Balaji Veeramani <[email protected]>
IIRC, It's because the input images are in multiple different formats and thus producing rows with different number of dimensions. Adding |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What happened + What you expected to happen
See https://buildkite.com/ray-project/release/builds/30278#01946784-2b88-46ea-a571-c4a7afb0c16f.
Versions / Dependencies
4bea94c567
Reproduction script
Wasn't able to narrow down the issue to a minimal repro.
Issue Severity
Medium: It is a significant difficulty but I can work around it.
The text was updated successfully, but these errors were encountered: