Browse Source

!5986 Add two available fp32, three fp16 and two int8 tflite models

Merge pull request !5986 from XianglongZeng/myms
tags/v1.0.0
mindspore-ci-bot Gitee 5 years ago
parent
commit
805e2980a9
2 changed files with 7 additions and 0 deletions
  1. +5
    -0
      mindspore/lite/test/models_tflite.cfg
  2. +2
    -0
      mindspore/lite/test/models_tflite_awaretraining.cfg

+ 5
- 0
mindspore/lite/test/models_tflite.cfg View File

@@ -110,3 +110,8 @@ mnasnet_1.0_224_1_metadata_1.tflite
mnasnet_1.0_96_1_metadata_1.tflite mnasnet_1.0_96_1_metadata_1.tflite
lite-model_on_device_vision_classifier_popular_us_products_V1_1.tflite lite-model_on_device_vision_classifier_popular_us_products_V1_1.tflite
lite-model_on_device_vision_classifier_popular_wine_V1_1.tflite lite-model_on_device_vision_classifier_popular_wine_V1_1.tflite
posenet_mobilenet_float_075_1_default_1.tflite
deeplabv3_1_default_1.tflite
lite-model_deeplabv3-mobilenetv2_dm05-float16_1_default_1.tflite
lite-model_deeplabv3-mobilenetv2-float16_1_default_1.tflite
lite-model_east-text-detector_fp16_1.tflite

+ 2
- 0
mindspore/lite/test/models_tflite_awaretraining.cfg View File

@@ -24,3 +24,5 @@ inception_v4_299_quant.tflite
graph_8bit_1021_combine.tflite graph_8bit_1021_combine.tflite
lite-model_object_detection_mobile_object_labeler_v1_1.tflite lite-model_object_detection_mobile_object_labeler_v1_1.tflite
detect.tflite detect.tflite
ssd_mobilenet_v1_1_default_1.tflite
object_detection_mobile_object_localizer_v1_1_default_1.tflite

Loading…
Cancel
Save