DeepSpeech/bin/gpu_usage_chart
Alexandre Lissy 58f0609afa Tracking GPU Usage
Fixes #178
2016-11-17 11:49:20 +01:00

12 lines
149 B
Python
Executable File

#!/usr/bin/env python
import sys
import os
sys.path.append(os.path.abspath('.'))
from util.automation import GPUUsage
gu = GPUUsage()
gu.start()