Commit Graph

125 Commits (4b3f768df7d165467fbdc44e6d91fae4a1715dea)
 

Author SHA1 Message Date
yangyaming 4b3f768df7 Simplify description and codes. 8 years ago
yangyaming 5ef300f3f0 Make type of error rate optional. 8 years ago
Xinghai Sun 7e39debcb0 Convert README.md's file mode to 644. 8 years ago
Xinghai Sun 1b787411d3 Update noise and impulse augmentor according to code review. 8 years ago
Xinghai Sun 012261912d Update default config in augmentation.config for DS2. 8 years ago
Xinghai Sun 99e819e8ea Add ImpulseResponseAugmentor and augmentation.config file. 8 years ago
Xinghai Sun ad82c87712 Add NoisePerturbAugmentor and CHiME3 data preparation. 8 years ago
Xinghai Sun 961f6a2963 Accelerate mfcc computation for DS2. 8 years ago
Xinghai Sun 6df0f9bc44 Reset default multi-thread/process number to half of cpu count() for speedup. 8 years ago
Xinghai Sun f4375ef125 Update README.md with code reviews for DS2. 8 years ago
Xinghai Sun 94db28e088 Add function doc for infer_batch_loss() function in model.py for DS2. 8 years ago
Xinghai Sun c0b3281e58 Remove pynput and pyaudio packages from requriements.txt and add installation tips to README.md. 8 years ago
Xinghai Sun b57d244363 Add ASR demo usage to README.md for DS2. 8 years ago
Xinghai Sun a4c2dd7de2 Add function docs and comments to demo_server.py and demo_client.py. 8 years ago
Xinghai Sun cb9370f308 Add warming-up to demo_server.py for DS2 and clean codes. 8 years ago
Xinghai Sun 0ebf36b98f Add a realtime ASR demo for users to test their own voice with mic. 8 years ago
Xinghai Sun a3807d9cb5 Merge pull request from xinghai-sun/refine_decoder2 8 years ago
Xinghai Sun 526e18b119 Add function docs for layer.py and model.py and update other details. 8 years ago
Yibing Liu 175457bf64 Merge pull request from kuke/add_cudnn_info 8 years ago
Yibing Liu a48469b9b6 add the requirement for cuDNN version in README 8 years ago
Luo Tao 5e20dfd4fb change the wget method in run.sh of deep_speech2 8 years ago
Xinghai Sun 8122dd9c29 Simplify train.py, evaluate.py, infer.py and tune.py by adding DeepSpeech2Model class. 8 years ago
Luo Tao e2f954f5e2 make kenlm install more robust 8 years ago
Xinghai Sun 92eacf548b Update default config params and result display for evaluator.py and infer.py for DS2. 8 years ago
Luo Tao de212572ed update unittest with comments 8 years ago
Luo Tao b72b70e54c add soundfile read/write unitest 8 years ago
Luo Tao 7d7984b8fb add test for libsndfile installation 8 years ago
Luo Tao c7676286ab install libsndfile from /usr to thirdparty 8 years ago
Yibing Liu cb0680e8c4 follow comments to modify README.md 8 years ago
Yibing Liu 724ef18596 update several scripts to support mfcc 8 years ago
Yibing Liu ee5abbe37d add mfcc feature for DS2 8 years ago
Yibing Liu 8ce9546710 modify README.md 8 years ago
Yibing Liu d15c48d616 upload the language model 8 years ago
Yibing Liu 0cadc56a84 follow comments in code format 8 years ago
Yibing Liu 37e98df74d enable resetting params in scorer 8 years ago
Yibing Liu 90d83bf739 resolve conflicts in requirements.txt 8 years ago
Yibing Liu aeccd9851b append README.md 8 years ago
xushaoyong db37c34919 modify some detail of augmentor 8 years ago
Yibing Liu 8ba98cb518 fix decoders' unittest 8 years ago
xushaoyong e1e2914ec9 remove augmentor unittest 8 years ago
xushaoyong 7f2e7e1c2c resolve conflict with setup.sh 8 years ago
Yibing Liu 26510f74a6 refine ctc_beam_search_decoder 8 years ago
xushaoyong 286228c219 Merge pull request from pkuyym/fix-soundfile 8 years ago
xushaoyong 29f6ae0807 modify audio resample function 8 years ago
xushaoyong c5995bb7e1 add 3 augmentor and unittest 8 years ago
Yibing Liu 237df23e7e Merge branch 'develop' of https://github.com/PaddlePaddle/models into ctc_decoder_dev 8 years ago
Xinghai Sun 0dadd14600 Patch for adding missing shift_perturb.py in last commmit (pull request ). 8 years ago
Yibing Liu 7324d41e4a Merge branch 'develop' of https://github.com/PaddlePaddle/models into ctc_decoder_dev 8 years ago
Xinghai Sun cdd52ac270 Fix a missing abs bug for DS2 AudioSegment. 8 years ago
yangyaming 6d6cdf4057 Refine SoundFile installation process. 8 years ago