"src/lib/vscode:/vscode.git/clone" did not exist on "2abb6788fe8f164f50c06220d4ae7f05da178e53"
Commit cae20fa4 authored by hysunflower's avatar hysunflower
Browse files

fix_log_name

parent 4f1b432a
......@@ -15,10 +15,10 @@ model_mode_list=(det_res18_db_v2.0 det_r50_vd_east det_r50_vd_pse)
fp_item_list=(fp32)
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
if [ ${model_mode} == "det_r50_vd_east" ]; then
bs_list=(16)
else
bs_list=(8 16)
fi
for bs_item in ${bs_list[@]}; do
log_name=ocr_${model_mode}_bs${bs_item}_${fp_item}
......
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