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
Today dataset execution can be triggered by Dataset.__repr__.
When passing a dataset as an actor argument (e.g., this happens for SplitCoordinator), Ray Core formats the actor tittle by calling repr on all arguments. And this will implicitly trigger dataset execution, and thus causing unnecessary overheads.
The text was updated successfully, but these errors were encountered:
Today dataset execution can be triggered by
Dataset.__repr__
.When passing a dataset as an actor argument (e.g., this happens for SplitCoordinator), Ray Core formats the actor tittle by calling
repr
on all arguments. And this will implicitly trigger dataset execution, and thus causing unnecessary overheads.The text was updated successfully, but these errors were encountered: