未验证 提交 7fbea77a 编写于 作者: S shangliang Xu 提交者: GitHub

[TIPC] fix log path in shell (#5638)

上级 dfba7a5d
......@@ -92,7 +92,7 @@ benchmark_value=$(func_parser_value "${lines[49]}")
infer_key1=$(func_parser_key "${lines[50]}")
infer_value1=$(func_parser_value "${lines[50]}")
LOG_PATH="./test_tipc/output"
LOG_PATH="./test_tipc/output/${model_name}"
mkdir -p ${LOG_PATH}
status_log="${LOG_PATH}/results_python.log"
......@@ -305,7 +305,7 @@ else
status_check $? "${export_cmd}" "${status_log}"
#run inference
save_export_model_dir="${save_export_value}/${model_name}"
save_export_model_dir="${save_log}/${model_name}"
eval $env
func_inference "${python}" "${inference_py}" "${save_export_model_dir}" "${LOG_PATH}" "${train_infer_img_dir}" "${flag_quant}"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册