Browse Source

[MSLITE][Develop] add tesetcase for lite cpu

tags/v1.2.0-rc1
yangruoqi713 4 years ago
parent
commit
54a43f7743
3 changed files with 4 additions and 0 deletions
  1. +1
    -0
      mindspore/lite/test/models_onnx.cfg
  2. +1
    -0
      mindspore/lite/test/models_onnx_fp16.cfg
  3. +2
    -0
      mindspore/lite/test/models_tf.cfg

+ 1
- 0
mindspore/lite/test/models_onnx.cfg View File

@@ -51,3 +51,4 @@ hdc_Image_Aesthetic_MTI_Aesthetic.onnx
hdc_mobilenet_1w_class.onnx
hdc_resnet_1w_class.onnx
ml_video_edit_imitate_filter.onnx
#ml_voice_detect.onnx #Accuracy error: 4.59655%, the result is close to 1.0e-8 except for the last one

+ 1
- 0
mindspore/lite/test/models_onnx_fp16.cfg View File

@@ -36,3 +36,4 @@ udnie-9.onnx 3
adversarial_pruning.onnx 3
residual_distill_res34_cifar10_bs_1_update.onnx 2
residual_distill_res50_cifar10_bs_1_update.onnx 2
#ml_voice_detect.onnx #out of float16 range because power op

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

@@ -59,3 +59,5 @@ mtk_model_normalize_object_scene_ps_20200519.pb 1;1,224,224,3
ml_ocr_latin.pb 1
ml_noya_tts_melgan.pb 1;16,16,80
ml_video_edit_oneclick_adaptis.pb 3
# Q_hand_0812.pb is not suitable for float16. Out of float16 range.
Q_hand_0812.pb

Loading…
Cancel
Save