"...vqa/git@developer.sourcefind.cn:wangsen/paddle_dbnet.git" did not exist on "53d83d8f54c75efeb90cf3f4672fa7e2ad2d1264"
Commit 29a096e2 authored by LDOUBLEV's avatar LDOUBLEV
Browse files

add echo and set null

parent 985adb56
...@@ -147,8 +147,9 @@ else ...@@ -147,8 +147,9 @@ else
mkdir -p $log_path mkdir -p $log_path
log_name="${repo_name}_${model_name}_bs${batch_size}_${precision}_${run_process_type}_${run_mode}_${device_num}_log" log_name="${repo_name}_${model_name}_bs${batch_size}_${precision}_${run_process_type}_${run_mode}_${device_num}_log"
func_sed_params "$FILENAME" "4" "$gpu_id" # sed used gpu_id func_sed_params "$FILENAME" "4" "$gpu_id" # sed used gpu_id
func_sed_params "$FILENAME" "13" "$null" # sed --profile_option as null func_sed_params "$FILENAME" "13" "null" # sed --profile_option as null
cmd="bash test_tipc/test_train_inference_python.sh ${FILENAME} benchmark_train > ${log_path}/${log_name} 2>&1 " cmd="bash test_tipc/test_train_inference_python.sh ${FILENAME} benchmark_train > ${log_path}/${log_name} 2>&1 "
echo $cmd
eval $cmd eval $cmd
eval "cat ${log_path}/${log_name}" eval "cat ${log_path}/${log_name}"
fi fi
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment