[ Web Proxy ]
URL:
Viewing: https://raw.githubusercontent.com/feicc/DeepSpeech/master/bin/gpu_usage_plot [Back]  [Original]

#!/usr/bin/env python

import sys

import os
sys.path.append(os.path.abspath('.'))

from util.automation import GPUUsageChart

GPUUsageChart(sys.argv[1], sys.argv[2])

Web Proxy Viewer  |  New URL  |  Original Page