提交 dafcb5cd 编写于 作者: G gaotingquan 提交者: Tingquan Gao

tipc: fix log path for GeneralRecognition

上级 ca5588c1
......@@ -274,7 +274,11 @@ else
# export FLAGS_cudnn_deterministic=True
sleep 5
eval $cmd
eval "cat ${save_log}/${model_name}/train.log >> ${save_log}.log"
if [[ $FILENAME == *GeneralRecognition* ]]; then
eval "cat ${save_log}/RecModel/train.log >> ${save_log}.log"
else
eval "cat ${save_log}/${model_name}/train.log >> ${save_log}.log"
fi
status_check $? "${cmd}" "${status_log}" "${model_name}" "${save_log}.log"
sleep 5
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册