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
0bfab872
"vscode:/vscode.git/clone" did not exist on "05cdc0ed244bb18f8d230c765cde2e3b63fdfecf"
Commit
0bfab872
authored
Mar 14, 2018
by
Scott Zhu
Browse files
Add data schema of benchmark metric for bigquery.
parent
83a867b9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
56 additions
and
0 deletions
+56
-0
official/benchmark/datastore/schema/benchmark_metric.json
official/benchmark/datastore/schema/benchmark_metric.json
+56
-0
No files found.
official/benchmark/datastore/schema/benchmark_metric.json
0 → 100644
View file @
0bfab872
[
{
"description"
:
"The ID of the benchmark run, where this metric should tie to."
,
"mode"
:
"REQUIRED"
,
"name"
:
"run_id"
,
"type"
:
"STRING"
},
{
"description"
:
"The name of the metric, which should be descriptive. E.g. training_loss, accuracy."
,
"mode"
:
"REQUIRED"
,
"name"
:
"name"
,
"type"
:
"STRING"
},
{
"description"
:
"The unit of the metric. E.g. MB per sec."
,
"mode"
:
"NULLABLE"
,
"name"
:
"unit"
,
"type"
:
"STRING"
},
{
"description"
:
"The value of the metric."
,
"mode"
:
"NULLABLE"
,
"name"
:
"value"
,
"type"
:
"FLOAT"
},
{
"description"
:
"The timestamp when the metric is recorded."
,
"mode"
:
"REQUIRED"
,
"name"
:
"timestamp"
,
"type"
:
"TIMESTAMP"
},
{
"description"
:
"The global step when this metric is recorded."
,
"mode"
:
"NULLABLE"
,
"name"
:
"global_step"
,
"type"
:
"INTEGER"
},
{
"description"
:
"Free format metadata for the extra information about the metric."
,
"mode"
:
"REPEATED"
,
"name"
:
"extras"
,
"type"
:
"RECORD"
,
"fields"
:
[
{
"mode"
:
"NULLABLE"
,
"name"
:
"name"
,
"type"
:
"STRING"
},
{
"mode"
:
"NULLABLE"
,
"name"
:
"value"
,
"type"
:
"STRING"
}
]
}
]
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