checkmetrics: Add alexnet value for clh

This PR adds the AlexNet value for clh for checkmetrics.

Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com>
This commit is contained in:
Gabriela Cervantes 2023-07-21 20:03:49 +00:00
parent 3c32875046
commit a79a3a8e1d

View File

@ -84,3 +84,16 @@ checktype = "mean"
midval = 4379.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.0
minpercent = 20.0
maxpercent = 20.0