add the character_dict_path to the yml (#1045)

add reduction_factor into the yml files
This commit is contained in:
shaohua.zhang 2020-10-29 00:02:25 +08:00 committed by GitHub
parent 7ad0fe5eb8
commit eb15a98457
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
9 changed files with 9 additions and 0 deletions

View File

@ -12,6 +12,7 @@ Global:
image_shape: [3, 32, 100]
max_text_length: 25
character_type: en
character_dict_path:
loss_type: ctc
reader_yml: ./configs/rec/rec_benchmark_reader.yml
pretrain_weights:

View File

@ -12,6 +12,7 @@ Global:
image_shape: [3, 32, 100]
max_text_length: 25
character_type: en
character_dict_path:
loss_type: ctc
reader_yml: ./configs/rec/rec_benchmark_reader.yml
pretrain_weights:

View File

@ -12,6 +12,7 @@ Global:
image_shape: [3, 32, 100]
max_text_length: 25
character_type: en
character_dict_path:
loss_type: attention
tps: true
reader_yml: ./configs/rec/rec_benchmark_reader.yml

View File

@ -12,6 +12,7 @@ Global:
image_shape: [3, 32, 100]
max_text_length: 25
character_type: en
character_dict_path:
loss_type: ctc
tps: true
reader_yml: ./configs/rec/rec_benchmark_reader.yml

View File

@ -12,6 +12,7 @@ Global:
image_shape: [3, 32, 100]
max_text_length: 25
character_type: en
character_dict_path:
loss_type: ctc
reader_yml: ./configs/rec/rec_benchmark_reader.yml
pretrain_weights:

View File

@ -12,6 +12,7 @@ Global:
image_shape: [3, 32, 100]
max_text_length: 25
character_type: en
character_dict_path:
loss_type: ctc
reader_yml: ./configs/rec/rec_benchmark_reader.yml
pretrain_weights:

View File

@ -12,6 +12,7 @@ Global:
image_shape: [3, 32, 100]
max_text_length: 25
character_type: en
character_dict_path:
loss_type: attention
tps: true
reader_yml: ./configs/rec/rec_benchmark_reader.yml

View File

@ -12,6 +12,7 @@ Global:
image_shape: [3, 32, 100]
max_text_length: 25
character_type: en
character_dict_path:
loss_type: ctc
tps: true
reader_yml: ./configs/rec/rec_benchmark_reader.yml

View File

@ -12,6 +12,7 @@ Global:
image_shape: [1, 64, 256]
max_text_length: 25
character_type: en
character_dict_path:
loss_type: srn
num_heads: 8
average_window: 0.15