YOLOv4-pytorch icon indicating copy to clipboard operation
YOLOv4-pytorch copied to clipboard

train时CPU占用过大,eval是CPU占用过大的同时,GPU占用率为0(但占了显存)

Open Tom-Cat-God opened this issue 3 years ago • 2 comments

train/eval时CPU占用过大,eval时GPU只占了显存,但GPU的占用率只有0 eval时速度过慢 监测指令: watch -n 1 gpustat watch -n 1 nvidia-smi

During train and eval, the CPU occupancy rate is too large, the GPU utilization rate is 0, and a large amount of video memory is also occupied. Instructions: watch -n 1 gpustat watch -n 1 nvidia-smi

求助!

Tom-Cat-God avatar Apr 12 '21 21:04 Tom-Cat-God

train/eval时CPU占用过大,eval时GPU只占了显存,但GPU的占用率只有0 eval时速度过慢 监测指令: watch -n 1 gpustat watch -n 1 nvidia-smi

During train and eval, the CPU occupancy rate is too large, the GPU utilization rate is 0, and a large amount of video memory is also occupied. Instructions: watch -n 1 gpustat watch -n 1 nvidia-smi

求助!

此版本NMS过程使用CPU计算,优化NMS过程版本将在后续推出

argusswift avatar Apr 18 '21 06:04 argusswift

您好,想请问下优化NMS过程的版本出了嘛?感觉cpu占用率好高

gll-sketch avatar Dec 12 '21 13:12 gll-sketch