-
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
why running GPU version but the GPU-Util is 0% #3619
Comments
@YanzeZHANG How do you run Could you try running
or
as suggested in https://stackoverflow.com/questions/45544603/tensorflow-how-do-you-monitor-gpu-performance-during-model-training-in-real-time? |
|
I got this,does it mean only a few features are using GPU ? |
Yes, LightGBM utilizes GPU only for some but not all sub-tasks during the boosting process: #768 (comment), which requires transferring data CPU <-> GPU. |
This issue has been automatically locked since there has not been any recent activity since it was closed. To start a new related discussion, open a new issue at https://github.com/microsoft/LightGBM/issues including a reference to this. |
I am running the GPU version on Centos, but it seems that GPU version does not run any faster.
I set this in train.conf:
device_type=gpu
LightGBM OUTPUT Message
It says lightGBM is running using GPU , but I do
nvidia-smi
and get infomation like thisThe GPU-Util is 0%, does it mean the GPU is not working? How to solve this problem?
The text was updated successfully, but these errors were encountered: