Merge pull request #937 from PaddlePaddle/fix_install

[install] Fix install
pull/938/head
Hui Zhang 3 years ago committed by GitHub
commit ff693e6d70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,7 +1,7 @@
batchsize: 0 batchsize: 0
beam-size: 60 beam-size: 60
ctc-weight: 0.0 ctc-weight: 0.4
lm-weight: 0.0 lm-weight: 0.6
maxlenratio: 0.0 maxlenratio: 0.0
minlenratio: 0.0 minlenratio: 0.0
penalty: 0.0 penalty: 0.0

@ -0,0 +1,7 @@
batchsize: 0
beam-size: 60
ctc-weight: 0.0
lm-weight: 0.0
maxlenratio: 0.0
minlenratio: 0.0
penalty: 0.0

@ -1,7 +1,7 @@
batchsize: 0 batchsize: 0
beam-size: 60 beam-size: 60
ctc-weight: 0.4 ctc-weight: 0.4
lm-weight: 0.6 lm-weight: 0.0
maxlenratio: 0.0 maxlenratio: 0.0
minlenratio: 0.0 minlenratio: 0.0
penalty: 0.0 penalty: 0.0

@ -13,7 +13,8 @@ librosa
llvmlite llvmlite
loguru loguru
matplotlib matplotlib
nara_wpenltk nara_wpe
nltk
numba numba
numpy==1.20.0 numpy==1.20.0
pandas pandas

Loading…
Cancel
Save