Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wangsen
paddle_dbnet
Commits
4f1b432a
Commit
4f1b432a
authored
Nov 30, 2021
by
hysunflower
Browse files
fix_log_name
parent
0a52b052
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
benchmark/run_det.sh
benchmark/run_det.sh
+5
-1
No files found.
benchmark/run_det.sh
View file @
4f1b432a
...
...
@@ -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
}
"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment