-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
[GPU] LightGBMError: Invalid Kernel Arguments #4618
Comments
Thanks @pn12 . Are you able to provide a reproducible example, some completely self-contained code we could run which reproduces the problem? It will be difficult for maintainers to figure out what is happening here and help you with only a stack trace and no additional information. |
I've also encountered the same error. My environment: My code:
The messages (including error:)
Any help would be appreciated. |
Thanks @nebuntu . Are you able to provide a reproducible example? We won't be able to run that code you've provided, since it's missing:
Also, the code you've provided raises some additional questions.
Without a reproducible example, I suspect it will take a large amount of effort for maintainers to figure out the root cause of this issue. Anything you and anyone else reading this could do to help us narrow this down will increase the likelihood of resolving this issue. ================== Also, I noticed that it looks like you've cross-posted this issue to Stack Overflow: https://stackoverflow.com/questions/69452606/lightgbm-error-invalid-kernel-arguments. We would have preferred to have this conversation in only one place, but now that that's been posted...if you get an answer there or some helpful suggestions, please do share them here in this issue. |
Thank you @jameslamb for the comment! |
Sorry for my late update.
For your information, I could run example python code of LightGBM with GPU without error (I added " 'device': 'gpu' " option).
|
@nebuntu Thanks a lot for the repro! I can confirm this error appears on my local Windows machine with the latest LightGBM and RTX 2080. |
Thank you @StrikerRUS for confirming! |
@nebuntu Unfortunately, I don't have any yet. 🙁 |
I'm having the exact same problem trying to use datasets with 100.000 features or higher, here is the reproduceble code: |
I am running LGBM on gpu with data size - (400, 116379), columns are float datatype. The same code runs fine on another dataset while I get the below error on this another dataset.
Can anybody suggest what is wrong here? Below is the traceback of error encountered -
Thanks
The text was updated successfully, but these errors were encountered: