Pytorch-UNet
Pytorch-UNet copied to clipboard
CPU and GPU usage reference
Dear all, I am running Pytorch_Unet. Could anyone tell me whether the usage of the CPU and GPU that I show in the picture attached it is what is expected while running the training?
Thank you
I think your CPU usage is fine, but the GPU usage is too low. So try the following: 1. Open the Command Prompt (cmd) 2. Start training 3. Run nvidia-smi or nvidia-smi -lms
Depending on the image size&batch size, in my experience, with that GPU you should get close to 100% utilization if you use 512×512 with a batch size of 8.