Skip to content

Commit

Permalink
checkmetrics: Add alexnet value for clh
Browse files Browse the repository at this point in the history
This PR adds the AlexNet value for clh for checkmetrics.

Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com>
  • Loading branch information
GabyCT committed Jul 28, 2023
1 parent 3c32875 commit a79a3a8
Showing 1 changed file with 13 additions and 0 deletions.
Expand Up @@ -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

0 comments on commit a79a3a8

Please sign in to comment.