Skip to content

Commit

Permalink
using two prefilter_modes of mlperf.mobilenets instead of a separate …
Browse files Browse the repository at this point in the history
…mlperf.mobilenets.all module
  • Loading branch information
ens-lg4 committed Nov 28, 2018
1 parent edea208 commit 0bbc949
Showing 1 changed file with 9 additions and 58 deletions.
67 changes: 9 additions & 58 deletions wfe/dashboard/ck-repo-widget/workflows.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,14 @@
"1 X N": ["none", "dot", "hline", "vline", "plus", "cross"]
},
"sizeRange": [4, 6],
"tooltipValues": ["model", "rate_max_s", "time_min_ms", "time_avg_ms", "accuracy_top1", "accuracy_top5"]
"tooltipValues": ["model", "rate_max_s", "time_min_ms", "time_avg_ms", "accuracy_top1", "accuracy_top5"],
"call_attribs": {
"prefilter_mode": "highlights"
}
},
{
"name": "MLPerf Inference - Image Classification - MobileNets (all)",
"moduleUoa": "mlperf.mobilenets.all",
"moduleUoa": "mlperf.mobilenets",
"xDimension": "time_min_ms",
"yDimension": "accuracy_top1",
"colorDimension": "rate_max_s",
Expand Down Expand Up @@ -66,7 +69,10 @@
"plus", "cross"]
},
"sizeRange": [4, 6],
"tooltipValues": ["model", "rate_max_s", "time_min_ms", "time_avg_ms", "accuracy_top1", "accuracy_top5"]
"tooltipValues": ["model", "rate_max_s", "time_min_ms", "time_avg_ms", "accuracy_top1", "accuracy_top5"],
"call_attribs": {
"prefilter_mode": "all"
}
},
{
"name": "NNTest (collaboratively benchmarking and optimizing neural network operations)",
Expand Down Expand Up @@ -215,61 +221,6 @@
"__delta": 0.1,
"__prob": 0.5
}
},
{
"name": "New functionality test 1 (please ignore)",
"moduleUoa": "challenge.vqe",
"xDimension": "__fevs",
"yDimension": "__energies",
"colorDimension": "_point",
"sizeDimension": "fun_exact",
"xVariationVisible": false,
"yVariationVisible": false,
"dataPrefix": "full_",
"configPrefix": "full_",
"call_attribs": {
"repo_uoa": "ck-quantum-hackathon-20181006"
}
},
{
"name": "New functionality test 2 (please ignore)",
"moduleUoa": "challenge.vqe",
"xDimension": "T_ave",
"yDimension": "__energies",
"colorDimension": "_sample_number",
"sizeDimension": "t_ave",
"xVariationVisible": false,
"yVariationVisible": false,
"colorRange": ["#0000FF", "#00FFFF", "#00FF00", "#FFFF00", "#FF0000"],
"dataPrefix": "metrics_",
"configPrefix": "metrics_",
"tableProcessor": "CkRepoWidgetUtils.quantum.benchmarkTableProcessor",
"props": {
"__fun_key": "fun_exact",
"__time_key": "total_q_shots",
"__delta": 0.1,
"__prob": 0.8
},
"refLines": [
{
"name": "H₂*",
"dimension": "__energies",
"get_value": "CkRepoWidgetUtils.quantum.get_exact_answer_qiskit_hydrogen"
},
{
"name": "H₂",
"dimension": "__energies",
"get_value": "CkRepoWidgetUtils.quantum.get_exact_answer_hydrogen"
},
{
"name": "He",
"dimension": "__energies",
"get_value": "CkRepoWidgetUtils.quantum.get_exact_answer_helium"
}
],
"call_attribs": {
"repo_uoa": "ck-quantum-hackathon-20181006"
}
}
]
}

0 comments on commit 0bbc949

Please sign in to comment.