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
40f78f75
"vscode:/vscode.git/clone" did not exist on "db2920326a5063cb0b28de49eed87072eaa02e26"
Commit
40f78f75
authored
Jun 08, 2021
by
LDOUBLEV
Browse files
rename key
parent
27b543ab
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
test/params.txt
test/params.txt
+1
-1
test/test.sh
test/test.sh
+2
-2
No files found.
test/params.txt
View file @
40f78f75
train_model_list:
det;benchmark/benchmark_det.yml
train_model_list:
ocr_det
gpu_list: -1|0|0,1
gpu_list: -1|0|0,1
auto_cast_list: False|True
auto_cast_list: False|True
trainer_list: norm|quant|prune
trainer_list: norm|quant|prune
...
...
test/test.sh
View file @
40f78f75
...
@@ -55,10 +55,10 @@ checkpoints=$(func_parser "${lines[14]}")
...
@@ -55,10 +55,10 @@ checkpoints=$(func_parser "${lines[14]}")
for
train_model
in
${
train_model_list
[*]
}
;
do
for
train_model
in
${
train_model_list
[*]
}
;
do
if
[
${
train_model
}
=
"det"
]
;
then
if
[
${
train_model
}
=
"
ocr_
det"
]
;
then
model_name
=
"det"
model_name
=
"det"
yml_file
=
"configs/det/det_mv3_db.yml"
yml_file
=
"configs/det/det_mv3_db.yml"
elif
[
${
train_model
}
=
"rec"
]
;
then
elif
[
${
train_model
}
=
"
ocr_
rec"
]
;
then
model_name
=
"rec"
model_name
=
"rec"
yml_file
=
"configs/rec/rec_mv3_none_bilstm_ctc.yml"
yml_file
=
"configs/rec/rec_mv3_none_bilstm_ctc.yml"
else
else
...
...
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