machine_learning_examples icon indicating copy to clipboard operation
machine_learning_examples copied to clipboard

Low GPU utilization

Open DongChen06 opened this issue 6 years ago • 0 comments

Hi, I use the code DQN, I can run the code successfully, but I find the GPU utilization is really low, about 8%. I use the 2080Ti and I use the GPU by adding the code at the begining of the DQN file.

import os

os.environ["CUDA_DEVICE_ORDER"] = "PCI_BUS_ID"
os.environ["CUDA_VISIBLE_DEVICES"] = "0"

How can I improve the GPU utilization? Thanks!!

DongChen06 avatar Jul 02 '19 13:07 DongChen06