You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
892 B
26 lines
892 B
# This is the parameter configuration file for ASR server.
|
|
# These are the static models that support paddle inference.
|
|
|
|
##################################################################
|
|
# ACOUSTIC MODEL SETTING #
|
|
# am choices=['deepspeech2offline_aishell'] TODO
|
|
##################################################################
|
|
model_type: 'deepspeech2offline_aishell'
|
|
am_model: # the pdmodel file of am static model [optional]
|
|
am_params: # the pdiparams file of am static model [optional]
|
|
lang: 'zh'
|
|
sample_rate: 16000
|
|
cfg_path:
|
|
decode_method:
|
|
force_yes: True
|
|
|
|
am_predictor_conf:
|
|
use_gpu: True
|
|
enable_mkldnn: True
|
|
switch_ir_optim: True
|
|
|
|
|
|
##################################################################
|
|
# OTHERS #
|
|
##################################################################
|