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

OOM error loading preadm_fluid.csv #3

Open
moberst opened this issue Mar 21, 2019 · 2 comments
Open

OOM error loading preadm_fluid.csv #3

moberst opened this issue Mar 21, 2019 · 2 comments

Comments

@moberst
Copy link

moberst commented Mar 21, 2019

@matthieukomorowski @moberst Sorry to bother you again.
When I am running the AIClinician_sepsis3_def_160219.m, I got an error of this lineinputpreadm=table2array(readtable('D:/exportdir/preadm_fluid.csv')); because the first coloum is double while the second is cell. Then I change it to inputpreadm=table2cell(readtable('D:/exportdir/preadm_fluid.csv'));

And I still got an out of memory error, I ran the code on a 32GB Ubuntu. I am wondering how much memory will it cost?

Thanks!

Originally posted by @bywbilly in #1 (comment)

@moberst
Copy link
Author

moberst commented Mar 21, 2019

This does not happen to me, but if you look at the code that generates that csv file, it puts NULL values in the second column for missing data. When I export to csv, these entries are just empty, and it loads into matlab just fine with table2array and has a pretty small memory footprint.

@moberst
Copy link
Author

moberst commented Mar 21, 2019

@bywbilly

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant