We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Dataset.train_test_split
I'm following the Fine-tuning a Torch object detection model example, and noticed when I call train_test_split the dataset is read twice.
train_test_split
I think it's because we call Dataset.count() in the method's implementation, and for non-trivial pipelines this causes the pipeline to execute.
Dataset.count()
ray/python/ray/data/dataset.py
Line 2131 in d8835df
902b55a
See descripition.
Low: It annoys or frustrates me.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What happened + What you expected to happen
I'm following the Fine-tuning a Torch object detection model example, and noticed when I call
train_test_split
the dataset is read twice.I think it's because we call
Dataset.count()
in the method's implementation, and for non-trivial pipelines this causes the pipeline to execute.ray/python/ray/data/dataset.py
Line 2131 in d8835df
Versions / Dependencies
902b55a
Reproduction script
See descripition.
Issue Severity
Low: It annoys or frustrates me.
The text was updated successfully, but these errors were encountered: