[go: nahoru, domu]

Skip to content

Commit

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

Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com>
  • Loading branch information
GabyCT committed Jul 28, 2023
1 parent 08dfaa9 commit 3c32875
Showing 1 changed file with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,16 @@ checktype = "mean"
midval = 96939.0
minpercent = 20.0
maxpercent = 20.0

[[metric]]
name = "tensorflow"
type = "json"
description = "tensorflow resnet model"
# Min and Max values to set a 'range' that
# the median of the CSV Results data must fall
# within (inclusive)
checkvar = ".\"tensorflow\".Results | .[] | .Resnet.Result"
checktype = "mean"
midval = 4379.2
minpercent = 20.0
maxpercent = 20.0

0 comments on commit 3c32875

Please sign in to comment.