gputil

GPutil not working properly on NVIDIA Jetson Xavier NX

GPutil not working properly on NVIDIA Jetson Xavier NX Question: I’ve written code that collects telemetry information from the device and saves it in a .csv file. However, I’m not able to detect the GPU from the GPUtil: import GPUtil GPU = GPUtil.getAvailable() print(GPU) print(GPUtil.__version__) Output: [] 1.4.0 I didn’t find information if it has …

Total answers: 2