How to increase GPU utlization

You would have to profile the code and isolate the potential bottleneck.
Since the GPU utilization is low, your data loading might be the bottleneck.
This post explains potential workarounds and best practices for this issue.

1 Like