Skip to content

How to improve GPU-Utilization #1190

Answered by wangruohui
TonJ24 asked this question in How-to
Discussion options

You must be logged in to vote

This is quite a general question because GPU utilization can be affected by many factors including data loading from the disk, data preprocessing (i.e. pipeline) which rely on CPU, and even the model it self.

Specifically, you can check data_time in the log to see if some bottleneck at data loading exists and maybe the overall system loading to see if some other bottleneck exists.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by zengyh1900
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
How-to
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #999 on October 09, 2022 08:44.