wanghaoshuang
|
08a6d07811
|
remove binary files
|
7 years ago |
wanghaoshuang
|
0bc9996633
|
Merge branch 'ds2_pcloud' of https://github.com/wanghaoshuang/models into ds2_pcloud
|
7 years ago |
wanghaoshuang
|
7e9daa32b7
|
Merge branch 'develop' of https://github.com/PaddlePaddle/models into ds2_pcloud
|
7 years ago |
wanghaoshuang
|
c00db21e69
|
Implement uploading data to PaddleCloud
1. Refine data_utils/data.py, reuse process_utterance function.
2. Modified README.
3. Implement uploading data in cloud/upload_data.py
4. Merge branch 'develop' of https://github.com/PaddlePaddle/models into ds2_pcloud
|
7 years ago |
Yibing Liu
|
04be744620
|
Merge pull request #195 from kuke/update_readme_dev
Update readme in DS2
|
7 years ago |
Yibing Liu
|
9e08727c95
|
remove prerequisites part in the readme of DS2
|
7 years ago |
Yibing Liu
|
43c483d1b9
|
Merge pull request #192 from kuke/mfcc_simplify_dev
Update mfcc computation in DS2
|
7 years ago |
Yibing Liu
|
b57dc63e1f
|
update readme in DS2
|
7 years ago |
wanghaoshuang
|
b648f0c2d1
|
Implement uploading data in submit scripts and fix issues
|
7 years ago |
Yibing Liu
|
d43b33c12d
|
improve params tuning strategy for CTC beam search decoder
|
7 years ago |
Yang yaming
|
11afffc026
|
Merge pull request #191 from pkuyym/build_vocab
Add vocabulary dictionary building script
|
7 years ago |
Yang yaming
|
8c5103725b
|
Merge pull request #190 from pkuyym/unify_encoding
Unify encoding to 'utf-8' and optimize error rate calculation.
|
7 years ago |
yangyaming
|
c2e6378a64
|
Simplify codes and comments.
|
7 years ago |
yangyaming
|
4b3f768df7
|
Simplify description and codes.
|
7 years ago |
yangyaming
|
5ef300f3f0
|
Make type of error rate optional.
|
7 years ago |
Yibing Liu
|
98f0b6d02d
|
update the mfcc computation in DS2
|
7 years ago |
yangyaming
|
1325cd9b8e
|
Create 'tools' to hold tool scripts and add vocabulary dictionary building script.
|
7 years ago |
yangyaming
|
04970705d6
|
Add more test cases and make DP more clear.
|
7 years ago |
whs
|
9285551de4
|
Merge branch 'develop' into ds2_pcloud
|
7 years ago |
yangyaming
|
14d2fb795c
|
Unify encoding to 'utf-8' and optimize error rate calculation.
|
7 years ago |
Xinghai Sun
|
7e39debcb0
|
Convert README.md's file mode to 644.
|
7 years ago |
Xinghai Sun
|
1b787411d3
|
Update noise and impulse augmentor according to code review.
|
7 years ago |
Xinghai Sun
|
012261912d
|
Update default config in augmentation.config for DS2.
|
7 years ago |
Xinghai Sun
|
99e819e8ea
|
Add ImpulseResponseAugmentor and augmentation.config file.
|
7 years ago |
Xinghai Sun
|
ad82c87712
|
Add NoisePerturbAugmentor and CHiME3 data preparation.
|
7 years ago |
Xinghai Sun
|
961f6a2963
|
Accelerate mfcc computation for DS2.
|
7 years ago |
Xinghai Sun
|
6df0f9bc44
|
Reset default multi-thread/process number to half of cpu count() for speedup.
|
7 years ago |
Xinghai Sun
|
f4375ef125
|
Update README.md with code reviews for DS2.
|
7 years ago |
Xinghai Sun
|
94db28e088
|
Add function doc for infer_batch_loss() function in model.py for DS2.
|
7 years ago |
Xinghai Sun
|
c0b3281e58
|
Remove pynput and pyaudio packages from requriements.txt and add installation tips to README.md.
|
7 years ago |
Yibing Liu
|
37b236869f
|
Delete swig_decoder.py
|
7 years ago |
Xinghai Sun
|
b57d244363
|
Add ASR demo usage to README.md for DS2.
|
7 years ago |
Xinghai Sun
|
a4c2dd7de2
|
Add function docs and comments to demo_server.py and demo_client.py.
|
7 years ago |
Xinghai Sun
|
cb9370f308
|
Add warming-up to demo_server.py for DS2 and clean codes.
|
7 years ago |
Yibing Liu
|
6bc445f235
|
refine the interface of decoders in swig
|
7 years ago |
Xinghai Sun
|
0ebf36b98f
|
Add a realtime ASR demo for users to test their own voice with mic.
|
7 years ago |
Xinghai Sun
|
a3807d9cb5
|
Merge pull request #183 from xinghai-sun/refine_decoder2
Simplify train.py, evaluate.py, infer.py and tune.py by adding DeepSpeech2Model class for DS2.
|
7 years ago |
Xinghai Sun
|
526e18b119
|
Add function docs for layer.py and model.py and update other details.
|
7 years ago |
Yibing Liu
|
175457bf64
|
Merge pull request #185 from kuke/add_cudnn_info
Add the requirement for cuDNN version in README
|
7 years ago |
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 |