FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
DeepSpeech/bin/gpu_usage_plot at master · feicc/DeepSpeech · GitHub
feicc
/
DeepSpeech
Public
forked from
mozilla/DeepSpeech
Notifications
You must be signed in to change notification settings
Fork
1
Star
0
Code
Pull requests
27
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
DeepSpeech
/
bin
/
gpu_usage_plot
Copy path
More file actions
More file actions
Latest commit
History
History
History
executable file
·
10 lines (6 loc) · 167 Bytes
Breadcrumbs
DeepSpeech
/
bin
/
gpu_usage_plot
Copy path
File metadata and controls
executable file
·
10 lines (6 loc) · 167 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
#!/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
])
Back
|
FazBrowse Home
|
New Git URL