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
a530b698
Commit
a530b698
authored
Jan 24, 2022
by
LDOUBLEV
Browse files
rename mode
parent
94788c6d
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
test_tipc/configs/det_mv3_db_v2.0/train_benchmark.txt
test_tipc/configs/det_mv3_db_v2.0/train_benchmark.txt
+3
-3
test_tipc/prepare.sh
test_tipc/prepare.sh
+1
-1
No files found.
test_tipc/configs/det_mv3_db_v2.0/train_benchmark.txt
View file @
a530b698
===========================train_params===========================
model_name:det_mv3_db_v2.0
_benchmark
model_name:det_mv3_db_v2.0
python:python
gpu_list:0
|0,1
Global.use_gpu:True
|True
gpu_list:0
Global.use_gpu:True
Global.auto_cast:null
Global.epoch_num:benchmark_train=2
Global.save_model_dir:./output/
...
...
test_tipc/prepare.sh
View file @
a530b698
...
...
@@ -22,7 +22,7 @@ trainer_list=$(func_parser_value "${lines[14]}")
if
[
${
MODE
}
=
"benchmark_train"
]
;
then
pip
install
-r
requirements.txt
if
[[
${
model_name
}
=
~
"det_mv3_db_v2.0
_benchmark
"
]]
;
then
if
[[
${
model_name
}
=
~
"det_mv3_db_v2.0"
]]
;
then
rm
-rf
./train_data/icdar2015
wget
-nc
-P
./pretrain_models/ https://paddle-imagenet-models-name.bj.bcebos.com/dygraph/MobileNetV3_large_x0_5_pretrained.pdparams
--no-check-certificate
wget
-nc
-P
./train_data/ https://paddleocr.bj.bcebos.com/dygraph_v2.0/test/icdar2015.tar
--no-check-certificate
...
...
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