"vscode:/vscode.git/clone" did not exist on "db2920326a5063cb0b28de49eed87072eaa02e26"
Commit 40f78f75 authored by LDOUBLEV's avatar LDOUBLEV
Browse files

rename key

parent 27b543ab
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
......
...@@ -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
......
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