Yibing Liu
|
a48469b9b6
|
add the requirement for cuDNN version in README
|
7 years ago |
Luo Tao
|
5e20dfd4fb
|
change the wget method in run.sh of deep_speech2
|
7 years ago |
Xinghai Sun
|
8122dd9c29
|
Simplify train.py, evaluate.py, infer.py and tune.py by adding DeepSpeech2Model class.
|
7 years ago |
Luo Tao
|
e2f954f5e2
|
make kenlm install more robust
|
7 years ago |
Xinghai Sun
|
92eacf548b
|
Update default config params and result display for evaluator.py and infer.py for DS2.
|
7 years ago |
Yibing Liu
|
a840f85423
|
change probs' computation into log scale & add best path decoder
|
7 years ago |
Luo Tao
|
de212572ed
|
update unittest with comments
|
7 years ago |
Luo Tao
|
b72b70e54c
|
add soundfile read/write unitest
|
7 years ago |
Luo Tao
|
7d7984b8fb
|
add test for libsndfile installation
|
7 years ago |
wanghaoshuang
|
ef5f0436f2
|
Clean warning logs in cloud/README.md
|
7 years ago |
wanghaoshuang
|
9fa9a352ac
|
Refine submitting scripts for deepspeech2 on paddle cloud.
|
7 years ago |
wanghaoshuang
|
bbe47a4318
|
Merge branch 'develop' of https://github.com/PaddlePaddle/models into ds2_pcloud
|
7 years ago |
Luo Tao
|
c7676286ab
|
install libsndfile from /usr to thirdparty
|
7 years ago |
Yibing Liu
|
cb0680e8c4
|
follow comments to modify README.md
|
7 years ago |
Yibing Liu
|
724ef18596
|
update several scripts to support mfcc
|
7 years ago |
Yibing Liu
|
ee5abbe37d
|
add mfcc feature for DS2
|
7 years ago |
Yibing Liu
|
ccea7c0150
|
enable loading language model in multiple format
|
7 years ago |
Yibing Liu
|
8ce9546710
|
modify README.md
|
7 years ago |
Yibing Liu
|
d15c48d616
|
upload the language model
|
7 years ago |
Yibing Liu
|
5bfa066920
|
add setup and README for deployment
|
7 years ago |
Yibing Liu
|
94a6811660
|
code cleanup for the deployment decoder
|
7 years ago |
Yibing Liu
|
2e76f82cf7
|
Merge branch 'develop' into ctc_decoder_deploy
|
7 years ago |
Yibing Liu
|
0cadc56a84
|
follow comments in code format
|
7 years ago |
Yibing Liu
|
37e98df74d
|
enable resetting params in scorer
|
7 years ago |
Yibing Liu
|
d9d9514269
|
fix bugs
|
7 years ago |
wanghaoshuang
|
3c77d369ca
|
Make ds2 run on paddle cloud
1. Refine data_utils/data.py to read bytes from tar file
2. Add scripts to submit paddle cloud job for ds2 trainning
|
7 years ago |
Yibing Liu
|
fd102c2110
|
Merge branch 'develop' into ctc_decoder_deploy
|
7 years ago |
Yibing Liu
|
7c7e17e249
|
add deploy.py
|
7 years ago |
Yibing Liu
|
2f15a78707
|
add initial files for deployment
|
7 years ago |
Yibing Liu
|
90d83bf739
|
resolve conflicts in requirements.txt
|
7 years ago |
Yibing Liu
|
aeccd9851b
|
append README.md
|
7 years ago |
xushaoyong
|
db37c34919
|
modify some detail of augmentor
|
7 years ago |
Yibing Liu
|
8ba98cb518
|
fix decoders' unittest
|
7 years ago |
xushaoyong
|
e1e2914ec9
|
remove augmentor unittest
|
7 years ago |
xushaoyong
|
7f2e7e1c2c
|
resolve conflict with setup.sh
|
7 years ago |
Yibing Liu
|
26510f74a6
|
refine ctc_beam_search_decoder
|
7 years ago |
xushaoyong
|
286228c219
|
Merge pull request #127 from pkuyym/fix-soundfile
Refine SoundFile installation process.
|
7 years ago |
xushaoyong
|
29f6ae0807
|
modify audio resample function
|
7 years ago |
xushaoyong
|
c5995bb7e1
|
add 3 augmentor and unittest
|
7 years ago |
Yibing Liu
|
237df23e7e
|
Merge branch 'develop' of https://github.com/PaddlePaddle/models into ctc_decoder_dev
|
7 years ago |
Xinghai Sun
|
0dadd14600
|
Patch for adding missing shift_perturb.py in last commmit (pull request #114).
|
7 years ago |
Yibing Liu
|
7324d41e4a
|
Merge branch 'develop' of https://github.com/PaddlePaddle/models into ctc_decoder_dev
|
7 years ago |
Xinghai Sun
|
cdd52ac270
|
Fix a missing abs bug for DS2 AudioSegment.
|
7 years ago |
yangyaming
|
6d6cdf4057
|
Refine SoundFile installation process.
1. Install libsndfile first.
2. Install SoundFile using pip.
|
7 years ago |
Xinghai Sun
|
13f708739b
|
Improve audio featurizer and add shift augmentor.
1. Improve audio featurizer.
2. Add shift augmentor.
3. Update default argument to be the current best seggestion.
4. Add checkpoints with pass id.
|
7 years ago |
Yibing Liu
|
8033845615
|
add unit test for decoders
|
7 years ago |
chrisxu2016
|
b340d4ed2f
|
modify setup.sh to delete the install of libsamplerate
|
7 years ago |
chrisxu2016
|
d6a852a304
|
modify setup.sh to delete the install of libsamplerate
|
7 years ago |
chrisxu2016
|
2450591a44
|
add 3 augmentor class and change resample module
|
7 years ago |
chrisxu2016
|
5398360e5f
|
Add 3 augmentor classes and related unittests
|
7 years ago |