Open crs1910 opened 4 weeks ago
Hi team, just a gentle reminder.Any update on this ?
我也有碰到了这个问题,正在寻求解决办法。
@crs1910 I've also encountered this issue. It seems there is a solution in this pull request, but I don't know how to try it out. If you succeed, could you please let me know how to do it?
https://github.com/microsoft/LightGBM/pull/6019:https://github.com/microsoft/LightGBM/pull/6019
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.