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
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.
The text was updated successfully, but these errors were encountered:
alpha-automl/alpha_automl/automl_manager.py
Line 85 in 0a65e4a
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.
The text was updated successfully, but these errors were encountered: