-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
[CLI] segfaults when training #6845
Comments
Thanks for using LightGBM. It's not possible for us to help you based only on an error message and a small snippet of logs. If you'd like some help, please provide some of the details that were asked for in the template that came up when you clicked "new issue".
And are you able to provide a minimal, reproducible example? (Stack Overflow docs explaining what that is) Or at least, can you please provide the full set of parameters you used and the exact command you used to invoke the CLI? |
version of LightGBM: para: |
That is not a release... it means you're building from some commit between And is it possible to upgrade to the latest release ( |
Please also provide this:
|
Thanks for your help :) !! I found that the problem is caused by the memory being full |
Description
segfaults when training,the log shows that the data has been loaded,but segfaults
[LightGBM] [Warning] eval_at is set with ndcg_eval_at=1,3,5,10, will be overridden by map_eval_at=1,3,5,10. Current value: eval_at=1,3,5,10
[LightGBM] [Info] Finished loading parameters
[LightGBM] [Info] Using column number 0 as label
[LightGBM] [Info] Calculating query boundaries...
[LightGBM] [Info] Construct bin mappers from text data time 52.62 seconds
[LightGBM] [Info] Making second pass...
[LightGBM] [Info] Total groups: 433515, total data: 11835033
[LightGBM] [Info] Calculating query boundaries...
[LightGBM] [Info] Total groups: 51561, total data: 1410272
[LightGBM] [Info] Finished loading data in 1718.841160 seconds
train.sh: line 4:2374791 $egmentation fault
(core dumped) lightgbm config=train land.conf output model=./models/rank stage2 fuse
Igb ${datadate}.model>./logs/${datadate} land.log
Reproducible example
Environment info
LightGBM version or commit hash:
Command(s) you used to install LightGBM
Additional Comments
The text was updated successfully, but these errors were encountered: