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
ea080574
"git@developer.sourcefind.cn:zhaoyu6/sglang.git" did not exist on "7ec5b4e89c16dc91bfee64099fa8d7ad7bb538a2"
Unverified
Commit
ea080574
authored
May 25, 2018
by
Qianli Scott Zhu
Committed by
GitHub
May 25, 2018
Browse files
Add new column for benchmark run status. (#4373)
parent
7535c734
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
official/benchmark/datastore/schema/benchmark_run.json
official/benchmark/datastore/schema/benchmark_run.json
+6
-0
No files found.
official/benchmark/datastore/schema/benchmark_run.json
View file @
ea080574
...
...
@@ -5,6 +5,12 @@
"name"
:
"model_id"
,
"type"
:
"STRING"
},
{
"description"
:
"The status of the run for the benchmark. Eg, running, failed, success"
,
"mode"
:
"NULLABLE"
,
"name"
:
"status"
,
"type"
:
"STRING"
},
{
"description"
:
"The name of the model, E.g ResNet50, LeNet-5 etc."
,
"mode"
:
"REQUIRED"
,
...
...
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