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

LambdaMart training is killing rest of the other processes. #77

Open
meg261995 opened this issue Jan 9, 2022 · 2 comments
Open

LambdaMart training is killing rest of the other processes. #77

meg261995 opened this issue Jan 9, 2022 · 2 comments

Comments

@meg261995
Copy link

Hi,

I am using the below command to train an LTR model with Lambdamart and whenever the command executes, it kills all the other processes. Is there any way I can control this to use just one core?

java -jar /tmp/RankyMcRankFace.jar -ranker 6 -tts 0.7 -shrinkage 0.05 -metric2t NDCG@10 -tree 50 -bag 1 -leaf 10 -frate 1.0 -srate 1.0 -train -save

Kindly do reply as it would really help out.

@worleydl
Copy link
Contributor

worleydl commented Jan 9, 2022

If you're running inside of docker you may need to allocate more resources in your settings, or run things outside of docker.

@meg261995
Copy link
Author

meg261995 commented Jan 10, 2022

Hey.. Thank you for the reply. But it is not running inside docker.
LTR is running on all available cores which is not letting other processes to run. Main aim is to reduce core uses.

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

2 participants