-
Notifications
You must be signed in to change notification settings - Fork 344
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
Sudden drop in computing performance? #43
Comments
I have seen that before in windows...Strangely if you just press enter into the screen it continues. Not sure why this happens.... Can you try that and let me know? |
Already tried it but nothing happened. |
Strangely enough, this event also occurred when I ran the code from ubuntu 16.04. |
That is indeed strange. I have not seen that before... Does it always hang at the same place ? could you send me the file you run this and the parameters' file (as well as the command you run) and tell me where I should expect the pause in order to try and replicate? |
I'm also on Ubuntu 16.04 LTS I can give it a try if you wish. |
Thanks guys. Here are the files. You will expect sudden drop in 5th fold of first layer (4th model). |
ok got the files. just started stacknet on win8.1 and will let you know. |
If you happen to produce output file, could you please send it back to me? Thanks. |
Yeh sure ;-) |
Ah I see. You seem right, but it should break at first fold, right? But now I try to run it again with modified threads params. |
Issue reproduced. perf drops at 30% on the 5th fold and 4 first models. |
Reducing the number of threads does not change the problem. However after reducing the number of estimators or iterations of the models I managed to get StackNet go through the all process... |
OK. Could you please share that modified params? |
I am also running it right now and will let you know the results . I have many cores available and did not encounter a problem at 2nd fold (e.g. I am in 4th now) , which makes me think this is in general related with threading... |
It is reproduced. Don't know why , but it seems to be at the It does not throw error though.. |
I will try to find a workaround. |
@arisbw, the reduced estimators were really low like 3 or 4... so it won't help you. |
OK, I'll make sure to remove softmaxclassifier for now. Thank you @goldentom42 @kaz-Anova |
@arisbw . You dont need to remove it . You just change the seed of Softmax to 10 it works fine:
Honestly I have not a single clue why...
|
...... now it goes much weirder that I can imagine. Again, thanks @kaz-Anova! |
Hi, I was running the code from my computer (Intel(R) Core(TM) i5-6200U CPU @ 2.30GHz and 12 GB RAM). I tried to train with 30k rows and 318 variables. But, it seems strange that there was sudden drop in the computing task that I didn't make any progress in fitting model/continue to next fold (I use 5 fold cross validation, 8 models in first layer and 1 model in second layer. And, I also use all of my 4 threads). Basically, with this data, I had sudden drop after 30 minutes running StackNet. Here is my screenshot from my last work.
I also tried to play with threads command, but nothing changed.
The text was updated successfully, but these errors were encountered: