-
Notifications
You must be signed in to change notification settings - Fork 9
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
Assertion `nThread>0 && nThread<32' failed #5
Comments
Sorry for this limit which makes sense on PC. More threads need more memory. It seems that your machine has many cores. You could reset 32 to the true number of cores on your machine or just comment out this line. |
Hi, seeing that the error, it points to /home/cys/LiteMORT/src/tree/GBRT.cpp. It should be the path where you did the experiment before. May I know how to change this path to my own directory? |
Hi, is there any comment to solve it? Thank you! |
Sorry for the late. This package does not specify or need any special directory (such like /home/cys). You could install or copy all codes to any other directory and recompile the project. |
Hi, I have an error when I run your code:

python: /home/cys/LiteMORT/src/tree/GBRT.cpp:32: Grusoft::GBRT::GBRT(Grusoft::FeatsOnFold*, Grusoft::FeatsOnFold*, double, Grusoft::BoostingForest::MODEL, int, int): Assertion `nThread>0 && nThread<32' failed.
Aborted (core dumped)
May you help check it?
The text was updated successfully, but these errors were encountered: