Alexandre Machado

Results 1 comments of Alexandre Machado

I also faced this problem. To solve it, I made my own gpu_info function, based in the nvgpu's version... ``` import re import six import subprocess def _run_cmd(cmd): output =...