"doc/git@developer.sourcefind.cn:ox696c/ktransformers.git" did not exist on "370b21e5362c948b50cb0e323d708f8b5d9bef4b"
Commit 602e1842 authored by huchen's avatar huchen
Browse files

Merge branch 'xuan_dev' into 'develop'

DTK-203

See merge request dcutoolkit/deeplearing/NNI!3
parents fefee175 30ac210e
......@@ -31,7 +31,7 @@ def parse_nvidia_smi_result(smi):
output["gpuInfos"] = []
for gpuIndex, gpu in enumerate(gpuList):
if gpu == 'system':
break
continue
gpuInfo = {}
gpuInfo['index'] = gpuIndex
gpuInfo['gpuUtil'] = smi[gpu]["GPU OverDrive value (%)"]
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment