darknet_ros icon indicating copy to clipboard operation
darknet_ros copied to clipboard

GPU utilization

Open lukaszblesz opened this issue 6 years ago • 5 comments

Hi, I'm running tiny yolo on an GeForce 1080 Ti 8GB and I'm wondering that my cpu runs at over 100% ("top") while the gpu is only at 30% ("nvidia-smi"). Are these normal numbers?

lukaszblesz avatar Jun 04 '18 22:06 lukaszblesz

I have also noticed a very high CPU usage

RhysMcK avatar Jul 09 '18 22:07 RhysMcK

Hi, I'm running tiny yolo on an GeForce 1080 Ti 8GB and I'm wondering that my cpu runs at over 100% ("top") while the gpu is only at 30% ("nvidia-smi"). Are these normal numbers?

Have the same with a TitanX. GPU utilization is little (17% for yolov3-tiny), and my CPU not fully used either. Bottleneck should be somewhere else (?)

BeckerFelix avatar Oct 11 '18 14:10 BeckerFelix

-gpu 0,1,2,3

EggAgainstStone avatar Apr 02 '19 01:04 EggAgainstStone

Similar observation as OP. gpu util < 30%, cpu util (by just the darknet_ros process) > 100%. Anybody knows a viable solution to this?

jmsktm avatar May 06 '19 15:05 jmsktm

Same thing happen on my GeForce 1080 Ti with GPU utilization under 30% while CPU utilization goes above 99%. I've set the GPU equals to 1 in Makefile and re-make it, but it still happen.

se7ven012 avatar Nov 01 '19 09:11 se7ven012