mirror of
https://github.com/PaddlePaddle/PaddleOCR.git
synced 2026-01-06 12:06:55 +00:00
fix config (#1373)
This commit is contained in:
parent
055f207fcf
commit
2f67f2c839
@ -3,7 +3,7 @@ Global:
|
||||
epoch_num: 500
|
||||
log_smooth_window: 20
|
||||
print_batch_step: 10
|
||||
save_model_dir: ./output/rec_chinese_common_v1.1
|
||||
save_model_dir: ./output/rec_chinese_common_v2.0
|
||||
save_epoch_step: 3
|
||||
# evaluation is run every 5000 iterations after the 4000th iteration
|
||||
eval_batch_step: [0, 2000]
|
||||
@ -3,7 +3,7 @@ Global:
|
||||
epoch_num: 500
|
||||
log_smooth_window: 20
|
||||
print_batch_step: 10
|
||||
save_model_dir: ./output/rec_chinese_lite_v1.1
|
||||
save_model_dir: ./output/rec_chinese_lite_v2.0
|
||||
save_epoch_step: 3
|
||||
# evaluation is run every 5000 iterations after the 4000th iteration
|
||||
eval_batch_step: [0, 2000]
|
||||
@ -19,7 +19,7 @@ Global:
|
||||
character_type: ch
|
||||
max_text_length: 25
|
||||
infer_mode: False
|
||||
use_space_char: False
|
||||
use_space_char: True
|
||||
|
||||
|
||||
Optimizer:
|
||||
Loading…
x
Reference in New Issue
Block a user