Merge branch 'develop' of https://github.com/PaddlePaddle/DeepSpeech into unit_test
commit
48e610755d
@ -1,7 +1,8 @@
|
||||
model: 'conformer_wenetspeech'
|
||||
lang: 'zh'
|
||||
sample_rate: 16000
|
||||
cfg_path:
|
||||
ckpt_path:
|
||||
cfg_path: # [optional]
|
||||
ckpt_path: # [optional]
|
||||
decode_method: 'attention_rescoring'
|
||||
force_yes: False
|
||||
force_yes: True
|
||||
device: 'cpu' # set 'gpu:id' or 'cpu'
|
||||
|
@ -0,0 +1,25 @@
|
||||
# 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:
|
||||
device: 'cpu' # set 'gpu:id' or 'cpu'
|
||||
enable_mkldnn: True
|
||||
switch_ir_optim: True
|
||||
|
||||
|
||||
##################################################################
|
||||
# OTHERS #
|
||||
##################################################################
|
@ -1,48 +0,0 @@
|
||||
ConfigArgParse
|
||||
coverage
|
||||
editdistance
|
||||
g2p_en
|
||||
g2pM
|
||||
gpustat
|
||||
h5py
|
||||
inflect
|
||||
jieba
|
||||
jsonlines
|
||||
kaldiio
|
||||
librosa
|
||||
loguru
|
||||
matplotlib
|
||||
nara_wpe
|
||||
nltk
|
||||
paddleaudio
|
||||
paddlenlp
|
||||
paddlespeech_ctcdecoders
|
||||
paddlespeech_feat
|
||||
pandas
|
||||
phkit
|
||||
Pillow
|
||||
praatio==5.0.0
|
||||
pre-commit
|
||||
pybind11
|
||||
pypi-kenlm
|
||||
pypinyin
|
||||
python-dateutil
|
||||
pyworld
|
||||
resampy==0.2.2
|
||||
sacrebleu
|
||||
scipy
|
||||
sentencepiece~=0.1.96
|
||||
snakeviz
|
||||
soundfile~=0.10
|
||||
sox
|
||||
soxbindings
|
||||
textgrid
|
||||
timer
|
||||
tqdm
|
||||
typeguard
|
||||
unidecode
|
||||
visualdl
|
||||
webrtcvad
|
||||
yacs~=0.1.8
|
||||
yq
|
||||
zhon
|
Loading…
Reference in new issue