Browse Source

add new nets

tags/v0.7.0-beta
andy 5 years ago
parent
commit
97035b6b44
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      mindspore/lite/test/run_benchmark_nets.sh

+ 1
- 1
mindspore/lite/test/run_benchmark_nets.sh View File

@@ -189,7 +189,7 @@ while read line; do
fi fi
echo ${model_name} echo ${model_name}
echo './converter_lite --fmk=TFLITE --modelFile='${models_path}'/'${model_name}' --outputFile='${ms_models_path}'/'${model_name}_posttraining' --quantType=PostTraining --config_file='${models_path}'/'${model_name}'_posttraining.config' echo './converter_lite --fmk=TFLITE --modelFile='${models_path}'/'${model_name}' --outputFile='${ms_models_path}'/'${model_name}_posttraining' --quantType=PostTraining --config_file='${models_path}'/'${model_name}'_posttraining.config'
./converter_lite --fmk=TFLITE --modelFile=$models_path/${model_name} --outputFile=${ms_models_path}/${model_name}_posttraining --quantType=PostTraining --config_file=${models_path}/${model_name}_posttraining.config
./converter_lite --fmk=TFLITE --modelFile=$models_path/${model_name} --outputFile=${ms_models_path}/${model_name}_posttraining --quantType=PostTraining --config_file=${models_path}/${model_name}_posttraining.config || exit 1
done < ${models_tflite_posttraining_config} done < ${models_tflite_posttraining_config}


# Push to the arm and run benchmark: # Push to the arm and run benchmark:


Loading…
Cancel
Save