mirror of
https://github.com/mozilla/DeepSpeech.git
synced 2025-10-26 11:19:39 +00:00
12 lines
148 B
Python
Executable File
12 lines
148 B
Python
Executable File
#!/usr/bin/env python
|
|
|
|
import sys
|
|
|
|
import os
|
|
sys.path.append(os.path.abspath('.'))
|
|
|
|
from util.gpu_usage import GPUUsage
|
|
|
|
gu = GPUUsage()
|
|
gu.start()
|