Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
ResNet50_tensorflow
Commits
9dec261e
Unverified
Commit
9dec261e
authored
May 18, 2018
by
Qianli Scott Zhu
Committed by
GitHub
May 18, 2018
Browse files
Update the benchmark run schema with the new columns. (#4308)
parent
3b15ca78
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
24 additions
and
0 deletions
+24
-0
official/benchmark/datastore/schema/benchmark_run.json
official/benchmark/datastore/schema/benchmark_run.json
+24
-0
No files found.
official/benchmark/datastore/schema/benchmark_run.json
View file @
9dec261e
...
@@ -17,6 +17,12 @@
...
@@ -17,6 +17,12 @@
"name"
:
"run_date"
,
"name"
:
"run_date"
,
"type"
:
"TIMESTAMP"
"type"
:
"TIMESTAMP"
},
},
{
"description"
:
"The unique name for a test by the combination of key parameters, eg batch size, num of GPU, etc. It is hardware independent."
,
"mode"
:
"NULLABLE"
,
"name"
:
"test_id"
,
"type"
:
"STRING"
},
{
{
"description"
:
"The tensorflow version information."
,
"description"
:
"The tensorflow version information."
,
"fields"
:
[
"fields"
:
[
...
@@ -31,6 +37,18 @@
...
@@ -31,6 +37,18 @@
"mode"
:
"NULLABLE"
,
"mode"
:
"NULLABLE"
,
"name"
:
"git_hash"
,
"name"
:
"git_hash"
,
"type"
:
"STRING"
"type"
:
"STRING"
},
{
"description"
:
"The channel of the tensorflow binary, eg, nightly, RC, final, custom."
,
"mode"
:
"NULLABLE"
,
"name"
:
"channel"
,
"type"
:
"STRING"
},
{
"description"
:
"Identify anything special about the build, eg CUDA 10, NCCL, MKL, etc."
,
"mode"
:
"NULLABLE"
,
"name"
:
"build_type"
,
"type"
:
"STRING"
}
}
],
],
"mode"
:
"REQUIRED"
,
"mode"
:
"REQUIRED"
,
...
@@ -169,6 +187,12 @@
...
@@ -169,6 +187,12 @@
}
}
]
]
},
},
{
"description"
:
"Used to differentiate from AWS, GCE or DGX-1 at a high level"
,
"mode"
:
"NULLABLE"
,
"name"
:
"test_environment"
,
"type"
:
"STRING"
},
{
{
"description"
:
"The machine configuration of the benchmark run."
,
"description"
:
"The machine configuration of the benchmark run."
,
"mode"
:
"NULLABLE"
,
"mode"
:
"NULLABLE"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment