-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Hi Abhirana,
Thank you at first for your developing and maintaining the codes.
I have met a similar issue to Issue 21 & Issue 24 where matlab crashes after multiple runs.
I downloaded the latest code I can find (randomforest-matlab_may30_2013_svn.zip & checkout the lastest version) and compiled it successfully by myself. MATLAB crashes after several runs in either windows 7 64-bit or Ubuntu 13.10 64-bit. Errors are attached. In windows 7, the error leads to error_windows.jpg and errors in Linux are recorded in matlab_crash_dump.4938-1 and matlab_crash_dump.6260-1.
The data used is very small (approximately 200×200 data matrix) and my computer has 32 Gb ram and I checked that the code can be executed correctly on the same data for once or a small number of times. The MATLAB version is R2012a in windows 7 and R2013a in Ubuntu Linux. All the parameters used are default.
My code is like following:
loop 1:10 datasets {
function_A(){
call classRF_train/predict around 7*10*30*30 times
}
}
end loop
which means I need to run 60,000 times for each data.
Based on previous issues, I guess it may be the same problem as before. Could you please take a look and tell me how to fix it?
Thank you very much,
Yashu
Original issue reported on code.google.com by liuya...@gmail.com on 4 Aug 2014 at 10:10
Attachments: