LightGBM:未找到OpenCL设备

时间:2018-09-16 08:22:03

标签: python gpu lightgbm

shankai@shankai-PowerEdge-R730:~/lightgbm_workspace/LightGBM$ ./lightgbm config=lightgbm_gpu.conf data=higgs.train valid=higgs.test objective=binary metric=auc
[LightGBM] [Info] Finished loading parameters
[LightGBM] [Info] Finished loading data in 10.947459 seconds
[LightGBM] [Warning] Starting from the 2.1.2 version, default value for the "boost_from_average" parameter in "binary" objective is true.
This may cause significantly different results comparing to the previous versions of LightGBM.
Try to set boost_from_average=false, if your old models produce bad results
[LightGBM] [Info] Number of positive: 5564616, number of negative: 4935384
[LightGBM] [Info] This is the GPU trainer!!
[LightGBM] [Info] Total Bins 1535
[LightGBM] [Info] Number of data: 10500000, number of used features: 28
Met Exceptions:
No OpenCL device found
shankai@shankai-PowerEdge-R730:~/lightgbm_workspace/LightGBM$ 

我通过http://lightgbm.apachecn.org/cn/latest/GPU-Tutorial.html

进行操作

0 个答案:

没有答案