-1

when training YOLOv5, GPU utilization I want to use fully GPU So i checked and correct "number of workers",anything i can do but my GPU did not work fully please help me before crash my computer

1 Answers1

0

Try to move your network (I call it yolo_network) to CUDA

yolo_network.to('cuda')
blue_lama
  • 125
  • 7