Skip to content

Commit

Permalink
fix blank id
Browse files Browse the repository at this point in the history
  • Loading branch information
Mddct committed Dec 12, 2023
1 parent 2e7935e commit 85b35a9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def convert_to_wenet_yaml(configs, wenet_yaml_path: str,
'encoder_conf']['pos_enc_class']

configs['ctc_conf'] = {}
configs['ctc_conf']['ctc_blank_id'] = 8403
configs['ctc_conf']['ctc_blank_id'] = 0

configs['dataset_conf'] = {}
configs['dataset_conf']['filter_conf'] = {}
Expand Down

0 comments on commit 85b35a9

Please sign in to comment.