|
|
|
@@ -374,13 +374,13 @@ tar -zxf mindspore-lite-${version}-runtime-arm64-${process_unit_arm}.tar.gz || e |
|
|
|
cd ${convertor_path} || exit 1 |
|
|
|
tar -zxf mindspore-lite-${version}-runtime-x86-${process_unit_x86}.tar.gz || exit 1 |
|
|
|
|
|
|
|
tar -zxf mindspore-lite-${version}-convert-ubuntu.tar.gz || exit 1 |
|
|
|
cd ${convertor_path}/mindspore-lite-${version}-convert-ubuntu || exit 1 |
|
|
|
tar -zxf mindspore-lite-${version}-converter-ubuntu.tar.gz || exit 1 |
|
|
|
cd ${convertor_path}/mindspore-lite-${version}-converter-ubuntu || exit 1 |
|
|
|
cp converter/converter_lite ./ || exit 1 |
|
|
|
export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:./lib/:./third_party/protobuf/lib |
|
|
|
|
|
|
|
# Convert the models |
|
|
|
cd ${convertor_path}/mindspore-lite-${version}-convert-ubuntu || exit 1 |
|
|
|
cd ${convertor_path}/mindspore-lite-${version}-converter-ubuntu || exit 1 |
|
|
|
|
|
|
|
# Write resulte to temp file |
|
|
|
run_benchmark_result_file=${basepath}/run_benchmark_result.txt |
|
|
|
|