Skip to content

Commit

Permalink
Update accuracy drop reference value for SSD example (#2589)
Browse files Browse the repository at this point in the history
### Changes

Update accuracy drop reference value. 

### Reason for changes

In #2246 reference accuracy values for original and quantized models
were updated, but the corresponding accuracy drop reference value was
not updated.

### Related tickets

136123
  • Loading branch information
nikita-savelyevv authored Mar 21, 2024
1 parent 7974023 commit e4f0970
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cross_fw/examples/example_scope.json
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
"accuracy_metrics": {
"fp32_mAP": 0.5228869318962097,
"int8_mAP": 0.5148677825927734,
"accuracy_drop": 0.009263157844543457
"accuracy_drop": 0.0080191493
},
"performance_metrics": {
"fp32_fps": 33.7,
Expand Down

0 comments on commit e4f0970

Please sign in to comment.