提交 4f1b432a 编写于 作者: 奔跑的蜗牛hhhhh's avatar 奔跑的蜗牛hhhhh

fix_log_name

上级 0a52b052
......@@ -13,9 +13,13 @@ wget -P ./pretrain_models/ https://paddle-imagenet-models-name.bj.bcebos.com/dyg
model_mode_list=(det_res18_db_v2.0 det_r50_vd_east det_r50_vd_pse)
fp_item_list=(fp32)
bs_list=(8 16)
for model_mode in ${model_mode_list[@]}; do
for fp_item in ${fp_item_list[@]}; do
if [ ${model_mode} == "det_res18_db_v2.0" ]; then
bs_list=(8 16)
else
bs_list=(16)
fi
for bs_item in ${bs_list[@]}; do
log_name=ocr_${model_mode}_bs${bs_item}_${fp_item}
echo "index is speed, 1gpus, begin, ${model_name}"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册