Skip to content

Commit 0ee25e6

Browse files
committed
Disable first conv for inception v3 due to lacking of asym supporting for s8 conv case.
1 parent ea8a262 commit 0ee25e6

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

examples/tensorflow/image_recognition/inceptionv3.yaml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,20 @@ framework:
33
inputs: input
44
outputs: predict
55

6-
calibration:
6+
calibration:
77
- iterations: 5, 10
88
algorithm:
99
activation: minmax
1010

1111
tuning:
12-
metric:
12+
metric:
1313
- topk: 1
1414
accuracy_criterion:
1515
- relative: 0.01 # the tuning target of accuracy loss percentage: 1%
1616
timeout: 0 # tuning timeout (seconds)
17-
random_seed: 9527 # random seed
18-
17+
random_seed: 9527 # random seed
18+
ops: {
19+
'v0/cg/conv0/conv2d/Conv2D': {
20+
'activation': {'dtype': ['fp32']},
21+
}
22+
}

0 commit comments

Comments
 (0)