@@ -209,6 +209,17 @@ googlenet_v4_slim:
209
209
- InceptionV4/Logits/Predictions:0
210
210
rtol : 0.1
211
211
212
+ squeezenet :
213
+ disabled : true
214
+ url : https://storage.googleapis.com/download.tensorflow.org/models/tflite/model_zoo/upload_20180427/squeezenet_2018_04_27.tgz
215
+ model : squeezenet.pb
216
+ input_get : get_beach
217
+ inputs :
218
+ " Placeholder:0 " : [1, 224, 224, 3]
219
+ outputs :
220
+ - softmax_tensor:0
221
+ - ArgMax:0
222
+
212
223
mobilenet_v3_large_float :
213
224
tf_min_version : 1.14 # explicit_paddings for Conv2D
214
225
url : https://storage.googleapis.com/mobilenet_v3/checkpoints/v3-large_224_1.0_float.tgz
@@ -493,7 +504,7 @@ deeplabv3_mnv2_ade20k_uint8_tflite_dequantize:
493
504
model : " deeplabv3_mnv2_ade20k_uint8.tflite"
494
505
model_type : tflite
495
506
input_get : get_ade20k_uint8
496
- ptol : 1.0
507
+ ptol : 0.1 # unreliable because of quantization
497
508
dequantize : true
498
509
inputs :
499
510
" MobilenetV2/MobilenetV2/input " : [1, 512, 512, 3]
@@ -510,7 +521,7 @@ deeplabv3_mnv2_ade20k_uint8_tflite:
510
521
opset_constraints :
511
522
" onnx " :
512
523
" min " : 10
513
- ptol : 1.5
524
+ ptol : 0.1
514
525
dequantize : false
515
526
inputs :
516
527
" MobilenetV2/MobilenetV2/input " : [1, 512, 512, 3]
@@ -524,7 +535,7 @@ deeplabv3_mnv2_ade20k_int8_tflite_dequantize:
524
535
model : " deeplabv3_mnv2_ade20k_int8.tflite"
525
536
model_type : tflite
526
537
input_get : get_ade20k_uint8 # the input is uint8 despite the model name
527
- ptol : 3.0
538
+ ptol : 0.1
528
539
dequantize : true
529
540
inputs :
530
541
" MobilenetV2/MobilenetV2/input " : [1, 512, 512, 3]
@@ -541,7 +552,7 @@ deeplabv3_mnv2_ade20k_int8_tflite:
541
552
opset_constraints :
542
553
" onnx " :
543
554
" min " : 13
544
- ptol : 1.9
555
+ ptol : 0.1
545
556
dequantize : false
546
557
inputs :
547
558
" MobilenetV2/MobilenetV2/input " : [1, 512, 512, 3]
@@ -568,6 +579,7 @@ mobilebert_tflite:
568
579
- end_logits
569
580
- start_logits
570
581
582
+
571
583
palm_detection_tflite :
572
584
tf_min_version : 2.1
573
585
disabled : false
0 commit comments