huangzehao / caffe-vdsr

A Caffe-based implementation of very deep convolution network for image super-resolution
MIT License
273 stars 134 forks source link

About GPU load #44

Open sdlpkxd opened 6 years ago

sdlpkxd commented 6 years ago

Could I ask you a question? I trained a network and then used this network to process the image sequence and the Caffe framework is adopted. When I started one task, GPU load is 65%, but when I ran two independent tasks at the same time, the GPU load is only 70%. The processing speed of each road is almost half that of the original, that is, it cost two times time to process each task. The utilization rate of CPU is not high and there is plenty of memory. And there are no other tasks taking up GPU. My GPU is not full but processing speed is down,do you know why?