!18840 [MS][LITE] adjust cfg file and srcipt

Merge pull request !18840 from XianglongZeng/myms_new_3
This commit is contained in:
i-robot 2021-06-25 08:19:46 +00:00 committed by Gitee
commit 246f96f21b
5 changed files with 8 additions and 3 deletions

View File

@ -72,3 +72,6 @@ siteAI_trans_nonlinear40g.pb;1;1,271
siteAI_trans_nonlinear134g.pb;1;1,137
siteAI_trans_nonlinear134g_nrz.pb;1;1,182
ml_vision_guide_detection2.pb;1;1,320,320,1
ml_tts_encoder.pb;4;1:1,44:1:1;input_dependent
# encoder_0111_control_flow.pb is same as ml_tts_encoder_control_flow.pb
#encoder_0111_control_flow.pb;4;1:1,44:1:1;input_dependent

View File

@ -66,3 +66,7 @@ siteAI_trans_nonlinear40g.pb;1;1,271 0.5
siteAI_trans_nonlinear134g.pb;1;1,137 0.5
siteAI_trans_nonlinear134g_nrz.pb;1;1,182 0.5
ml_vision_guide_detection2.pb;1;1,320,320,1 1
# ml_tts_encoder.pb has a round op, which will cause round-off error when the decimal of input value is near 0.5
ml_tts_encoder.pb;4;1:1,44:1:1 9
# encoder_0111_control_flow.pb is same as ml_tts_encoder_control_flow.pb
#encoder_0111_control_flow.pb;4;1:1,44:1:1 10

View File

@ -19,7 +19,6 @@ hdc_tb_cn_neg.tflite;3
#encoder_0111.pb is the same model as ml_tts_encoder.pb.
#encoder_0111.pb;4;1:1,44:1:1
encoder_201228.pb;3;1:1,22:1;input_dependent
encoder_0111_control_flow.pb;4;1:1,44:1:1;input_dependent
ml_video_edit_oneclick_adaptis.pb;3
tacotron_encoder_stf.pb;5;1:1,62:1,62:1,62:1,62;input_dependent
female_model_step2_int16_noiseout.pb;66

View File

@ -14,7 +14,6 @@ hdc_tb_cn_neg.tflite;3 295
#decoder_step_201217_modified.pb;5 0.5
#encoder_0111.pb is the same model as ml_tts_encoder.pb.
#encoder_0111.pb;4;1:1,44:1:1
encoder_0111_control_flow.pb;4;1:1,44:1:1 10
ml_video_edit_art_transfer.onnx;3 3
decoder.onnx;2;1,7,512:1,7 113
ml_female_model_step6_noiseout.pb;66 2

View File

@ -32,7 +32,7 @@ function Run_arm32() {
# Run on armv8.2-a32-fp16 platform:
function Run_armv82_a32_fp16() {
Push_Files $arm32_path "aarch32" $version $benchmark_test_path "adb_push_log.txt" $device_id
local arm32_cfg_file_list=("$models_onnx_fp16_config" "$models_caffe_fp16_config" "$models_tflite_fp16_config" "$models_tf_fp16_config" "$models_multiple_inputs_fp16_config")
local arm32_cfg_file_list=("$models_arm32_fp16_config")
# $1:cfgFileList; $2:modelPath; $3:dataPath; $4:logFile; $5:resultFile; $6:platform; $7:processor; $8:phoneId;
Run_Benchmark "${arm32_cfg_file_list[*]}" . '/data/local/tmp' $run_armv82_a32_fp16_log_file $run_benchmark_result_file 'arm64' 'CPU' $device_id
}