Skip to content

Commit

Permalink
support u2pp cli and server, optimiz code of u2pp decode, test=asr
Browse files Browse the repository at this point in the history
  • Loading branch information
Zth9730 committed Sep 30, 2022
1 parent 5bbe6e9 commit 5b5167b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions paddlespeech/resource/pretrained_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
},
},
"conformer_u2pp_wenetspeech-zh-16k": {
'1.0': {
'1.1': {
'url':
'https://paddlespeech.bj.bcebos.com/s2t/wenetspeech/asr1/asr1_chunk_conformer_u2pp_wenetspeech_ckpt_1.1.1.model.tar.gz',
'md5':
Expand All @@ -89,7 +89,7 @@
},
},
"conformer_u2pp_online_wenetspeech-zh-16k": {
'1.0': {
'1.1': {
'url':
'https://paddlespeech.bj.bcebos.com/s2t/wenetspeech/asr1/asr1_chunk_conformer_u2pp_wenetspeech_ckpt_1.1.2.model.tar.gz',
'md5':
Expand Down
2 changes: 1 addition & 1 deletion paddlespeech/server/conf/ws_conformer_application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ asr_online:
decode_method:
num_decoding_left_chunks: -1
force_yes: True
device: gpu # cpu or gpu:id
device: cpu # cpu or gpu:id
continuous_decoding: True # enable continue decoding when endpoint detected

am_predictor_conf:
Expand Down

0 comments on commit 5b5167b

Please sign in to comment.