GPU utilization very low (1%) but GPU memory usage is normal?

How do I make sure that the GPU is actually being utilized for computation? I use the “tensor.to()” function to put my model onto the GPU’s memory. I noticed that the GPU memory usage is normal (0.8/2 GB) but for whatever reason the actual GPU usage is shown as 0-1% in Windows Task Manager:

1 Like