You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I encountered an error which has been posted by many people while training a LightGBM model using the GPU: LightGBMError: bin size 3142 cannot run on GPU. This error seems to be related to the max_bin parameter setting. I tried reducing the bin size, but it has not resolved the issue.Just wanted to know if there is any fix for this or how I can train lgb model with categorical features having large number of categories.
Description
Hi, I encountered an error which has been posted by many people while training a LightGBM model using the GPU: LightGBMError: bin size 3142 cannot run on GPU. This error seems to be related to the max_bin parameter setting. I tried reducing the bin size, but it has not resolved the issue.Just wanted to know if there is any fix for this or how I can train lgb model with categorical features having large number of categories.
Reproducible example
Environment info
lgb version : 4.5.0
cuda version : 11.8
Python 3.7.13
Thanks in advance.
The text was updated successfully, but these errors were encountered: