Commit Graph

56 Commits (12a1ce2570c3c63b61f4454c183ce8e9c8c7d333)

Author SHA1 Message Date
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.
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.
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.
7 years ago
Xinghai Sun 526e18b119 Add function docs for layer.py and model.py and update other details.
7 years ago
Xinghai Sun 8122dd9c29 Simplify train.py, evaluate.py, infer.py and tune.py by adding DeepSpeech2Model class.
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 724ef18596 update several scripts to support mfcc
7 years ago
Yibing Liu d15c48d616 upload the language model
7 years ago
Yibing Liu 0cadc56a84 follow comments in code format
7 years ago
Yibing Liu 8ba98cb518 fix decoders' unittest
7 years ago
Yibing Liu 26510f74a6 refine ctc_beam_search_decoder
7 years ago
Yibing Liu 7324d41e4a Merge branch 'develop' of https://github.com/PaddlePaddle/models into ctc_decoder_dev
7 years ago
Xinghai Sun 13f708739b Improve audio featurizer and add shift augmentor.
7 years ago
Yibing Liu 8033845615 add unit test for decoders
7 years ago
Yibing Liu f20c6d643f Merge branch 'develop' of https://github.com/PaddlePaddle/models into ctc_decoder_dev
7 years ago
Xinghai Sun d104eccf67 Update the default num_threads for DS2 data generator.
7 years ago
Xinghai Sun 1d8cc4a5a9 Add multi-threading support for DS2 data generator.
7 years ago
Yibing Liu 0729abe02e tiny adjust
7 years ago
Yibing Liu b2cf96cc46 adapt to the new data provider
7 years ago
Yibing Liu ff01d048d3 final refining on old data provider: enable pruning & add evaluation & code cleanup
7 years ago
Xinghai Sun ed5f04afb8 Add shuffle type of instance_shuffle and batch_shuffle_clipped.
7 years ago
Xinghai Sun b07ee84a1d Add function, class and module docs for data parts in DS2.
7 years ago
Yibing Liu a633eb9cc6 change two arguments
7 years ago
Yibing Liu 7db13ca9db enable lm in multiprocessing decoder & add script for params tuning
7 years ago
Xinghai Sun cd3617aeb4 Refactor whole data preprocessor for DS2 (re-design classes, re-organize dir, add augmentaion interfaces etc.).
7 years ago
Yibing Liu bb34e90398 correct typos in annotations
7 years ago
Yibing Liu ae83a25aff add beam search decoder using multiprocesses
7 years ago
Yibing Liu ac370eca85 add annotations
7 years ago