checkmetrics: Add AlexNet value for qemu

This PR adds AlexNet value for qemu for checkmetrics.

Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com>
This commit is contained in:
Gabriela Cervantes
2023-07-21 20:07:05 +00:00
parent a435d36fe1
commit 53af71cfd0

View File

@@ -84,3 +84,16 @@ checktype = "mean"
midval = 4396.2
minpercent = 20.0
maxpercent = 20.0
[[metric]]
name = "tensorflow"
type = "json"
description = "tensorflow alexnet model"
# Min and Max values to set a 'range' that
# the median of the CSV Results data must fall
# within (inclusive)
checkvar = ".\"tensorflow\".Results | .[] | .AlexNet.Result"
checktype = "mean"
midval = 98.3
minpercent = 20.0
maxpercent = 20.0