matthieukomorowski / AI_Clinician

Reinforcement learning for medical decisions
95 stars 45 forks source link

reformat requesting excessively large array #12

Open jsong5 opened 4 years ago

jsong5 commented 4 years ago

Hi, I am trying to recreate the dataset by running the matlab scripts for sepsis. I run into this error during run time:

Requested 2000000x225699 (3363.2GB) array exceeds maximum array size preference. Creation of arrays greater than this limit may take a long time and cause MATLAB to become unresponsive. See array size limit or preference panel for more information.

Error in AIClinician_sepsis3_def_160219 (line 305) reformat(irow,31+col)=value; %store available values

305 reformat(irow,31+col)=value; %store available values

Luca1236a commented 4 years ago

Hi, You should see issue #2