lfchener
d89c3a48a7
unify api to 1.6 version and fix some problems
5 years ago
lfchener
d74f4ff3f5
update deepspeech to fluid api
5 years ago
Yibing Liu
7c6fa642cd
Rename infer_probs_batch to infer_batch_probs
7 years ago
Yibing Liu
dd2588c96b
Merge two if statements in infer
7 years ago
Yibing Liu
6c2cf40ce1
Rename prefix 'infer_batch' to 'decode_batch'
7 years ago
Yibing Liu
66a3908818
Adjust the order of scorer init & probs infer in infer.py
7 years ago
Yibing Liu
3ecf1ad4f5
Decouple ext scorer init & inference & decoding for the convenience of tuning
7 years ago
Yibing Liu
a73e46cda8
Merge pull request #68 from kuke/update_hyper_params
...
Update default hyper-params of scorer in python scripts
7 years ago
yangyaming
1f1dee2e88
Adapt infer.py.
7 years ago
Yibing Liu
b8d1e70549
Update default hyper-params of scorer in python scripts
7 years ago
yangyaming
b3ebf3fd62
Support padding removing.
7 years ago
yangyaming
a084394128
Add doc and adjust some codes.
7 years ago
yangyaming
39dbcb4dfb
Give option to disable converting from transcription text to ids.
7 years ago
Xinghai Sun
86811af7a3
Reset default value of batch_size, nun_proc_data and fix an invalid url for DS2.
7 years ago
Xinghai Sun
2e5e9b8c11
Turn on rnn_use_batch of Paddle for accelartion.
...
Improve xmap_reader_mp by adding a flush thread.
7 years ago
Yibing Liu
a24d0138d9
adjust scorer's init & add logging for scorer & separate long functions
7 years ago
Yibing Liu
7e093ed1a3
expose param cutoff_top_n
7 years ago
Yibing Liu
a18e6a7eda
refine by following review comments
7 years ago
Yibing Liu
f2120bb5dc
adapt to the new structure
7 years ago
Xinghai Sun
ac56a2f249
Update READMD.md and other details by following reviewers comments.
7 years ago
Xinghai Sun
ae7ef7929a
Rename some folders and update examples.
7 years ago
Yibing Liu
7d0458c7f7
adapt to the new folder structure of DS2
7 years ago
Xinghai Sun
0bbb9c3ee2
Re-organize folder structure and hierarchy for DS2.
7 years ago
Xinghai Sun
e8f7a8fde1
Update argument naming following Yibing's reviews.
7 years ago
Xinghai Sun
9571b6fc0e
Add back utils.py.
7 years ago
Xinghai Sun
8b64ef29c8
Re-style the config codes for tools in DS2.
7 years ago
Xinghai Sun
792129166a
Sort the config lines to make it look better.
7 years ago
Xinghai Sun
805846ce67
Reduce the config parsing codes for DS2 and make it looks cleaner.
7 years ago
Xinghai Sun
2aa4af1c29
Revert back to support input-hidden weights sharing between bi-directional RNNs.
...
1. Add options to enable and disable RNN weights sharing.
2. Set rnn_layer_size to 2048 by default.
3. Revert back the striding steps of 1st conv layer from 2 to 3.
4. Revert back to BRelu.
Above follows DS2 papers.
7 years ago
Xinghai Sun
177af05953
Fix a bug in use_gru argument parsing.
7 years ago
Xinghai Sun
5a63275845
Add GRU support.
7 years ago
yangyaming
4b3f768df7
Simplify description and codes.
7 years ago
yangyaming
5ef300f3f0
Make type of error rate optional.
7 years ago
Xinghai Sun
6df0f9bc44
Reset default multi-thread/process number to half of cpu count() for speedup.
7 years ago
Xinghai Sun
0ebf36b98f
Add a realtime ASR demo for users to test their own voice with mic.
8 years ago
Xinghai Sun
526e18b119
Add function docs for layer.py and model.py and update other details.
8 years ago
Xinghai Sun
8122dd9c29
Simplify train.py, evaluate.py, infer.py and tune.py by adding DeepSpeech2Model class.
8 years ago
Xinghai Sun
92eacf548b
Update default config params and result display for evaluator.py and infer.py for DS2.
8 years ago
Yibing Liu
724ef18596
update several scripts to support mfcc
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
8ba98cb518
fix decoders' unittest
8 years ago
Yibing Liu
26510f74a6
refine ctc_beam_search_decoder
8 years ago
Yibing Liu
7324d41e4a
Merge branch 'develop' of https://github.com/PaddlePaddle/models into ctc_decoder_dev
8 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.
8 years ago
Yibing Liu
8033845615
add unit test for decoders
8 years ago
Yibing Liu
f20c6d643f
Merge branch 'develop' of https://github.com/PaddlePaddle/models into ctc_decoder_dev
8 years ago
Xinghai Sun
d104eccf67
Update the default num_threads for DS2 data generator.
8 years ago
Xinghai Sun
1d8cc4a5a9
Add multi-threading support for DS2 data generator.
8 years ago
Yibing Liu
0729abe02e
tiny adjust
8 years ago