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
Dear,
when i run function def collect_admissions_with_more_than_hrs(hrs): in 10_get_99plus-features-raw notebook, for 24 & 48 hours, It took long time to run more than 3 days after that it get the following error:
~\Anaconda3\envs\py3\lib\site-packages\numpy\lib\format.py in write_array(fp, array, version, allow_pickle, pickle_kwargs)
627 if pickle_kwargs is None:
628 pickle_kwargs = {}
--> 629 pickle.dump(array, fp, protocol=2, **pickle_kwargs)
630 elif array.flags.f_contiguous and not array.flags.c_contiguous:
631 if isfileobj(fp):
MemoryError:
** Although i have space in my pc, but i have this problem.
please tell me what is the problem & how i can solve it.
Also, please tell me what are the pc requirements to run your benchmark , because every cell in your notebooks take me long time.
thanks alot
The text was updated successfully, but these errors were encountered:
We have replaced the notebooks with one preprocessing script. See #21 . It has optimized the running speed: with 4 cores it should finish within 1 day.
Dear,
when i run function def collect_admissions_with_more_than_hrs(hrs): in 10_get_99plus-features-raw notebook, for 24 & 48 hours, It took long time to run more than 3 days after that it get the following error:
**
**
Although i have space in my pc, but i have this problem.
please tell me what is the problem & how i can solve it.
Also, please tell me what are the pc requirements to run your benchmark , because every cell in your notebooks take me long time.
thanks alot
The text was updated successfully, but these errors were encountered: