xinntao / ESRGAN

ECCV18 Workshops - Enhanced SRGAN. Champion PIRM Challenge on Perceptual Super-Resolution. The training codes are in BasicSR.
https://github.com/xinntao/BasicSR
Apache License 2.0
5.91k stars 1.05k forks source link

Gpu usage low #53

Open AverageUnknown opened 5 years ago

AverageUnknown commented 5 years ago

Im getting low gpu usage from my GTX 1080ti

image

Anything i can do to fix that?

xinntao commented 5 years ago

First to check whether IO is the bottleneck.

And RRDB with DenseBlock will also decrease the usage, to some extent.