Skip to content
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

Memory overflow when running score_pipeline #59

Open
EdenWuyifan opened this issue Jul 26, 2023 · 0 comments
Open

Memory overflow when running score_pipeline #59

EdenWuyifan opened this issue Jul 26, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@EdenWuyifan
Copy link
Collaborator

score, start_time, end_time = score_pipeline(pipeline.get_pipeline(), self.X, self.y, self.scoring,

Found out a memory overflow issue for running score_pipeline with the whole dataset in automl_manager.py. This will likely crush the whole process when working with a large dataset. I encountered this issue for automl cup phase 1 (98,000 rows of data). Here’s my solution so far: 23c9ba4

This problem also occurs when testing huggingface text classification example locally with docker image.

@aecio aecio added the bug Something isn't working label Aug 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants