Commit Graph

43 Commits (c4a8f0b455f09266d8559a1525daa7c1eaacc5ac)

Author SHA1 Message Date
lfchener bf5f7cebb4 fix the bug in data.py
5 years ago
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 6c2cf40ce1 Rename prefix 'infer_batch' to 'decode_batch'
7 years ago
Yibing Liu 3a36c8a69e Adapt demo_server to the decoupling in infer_batch()
7 years ago
Yibing Liu a73e46cda8
Merge pull request #68 from kuke/update_hyper_params
7 years ago
yangyaming d3dfc3dd23 Decouple data provider from model configuration.
7 years ago
Yibing Liu b8d1e70549 Update default hyper-params of scorer in python scripts
7 years ago
yangyaming 234f2bb49d Adapt demo_server.py to support padding removing.
7 years ago
yangyaming 39dbcb4dfb Give option to disable converting from transcription text to ids.
7 years ago
yangyaming 84f56118b4 Change default value.
7 years ago
yangyaming 42c58daf5f Fix bugs for demo_server.py.
7 years ago
Yibing Liu acf2072ed4 Merge branch 'develop' of upstream into ctc_decoder_deploy
7 years ago
yangyaming 1b206b3390 fix bugs for model.py and demo_server.py.
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 e11b735de5 Update examples scripts and REAME.md for DS2.
7 years ago
Yibing Liu 7d0458c7f7 adapt to the new folder structure of DS2
7 years ago
Yibing Liu 11ede80a48 Merge branch 'develop' of https://github.com/PaddlePaddle/models into ctc_decoder_deploy
7 years ago
Yibing Liu 5208b8e40f format C++ source code
7 years ago
Xinghai Sun 0bbb9c3ee2 Re-organize folder structure and hierarchy for DS2.
7 years ago
Yibing Liu a2ddfe8d9e clean up code & update README for decoder in deployment
7 years ago
Yibing Liu a0c89ae7e0 add min cutoff & top n cutoff
7 years ago
Yibing Liu a661941ae7 remove unused functions in Scorer
7 years ago
Yibing Liu 9a79b41bcd streamline source code
7 years ago
Yibing Liu 8ff6221d00 enable finite-state transducer in beam search decoding
7 years ago
Yibing Liu b560205490 convert data structure for prefix from map to trie tree
7 years ago
Yibing Liu eef364d17c adapt to the last three commits
7 years ago
yangyaming 8dc0b2b0b0 Make setup.py to support parallel processing.
7 years ago
yangyaming 2584abd5a8 Merge branch 'ctc_decoder_deploy' of https://github.com/kuke/models into ctc_decoder_deploy
7 years ago
yangyaming 3ee020397c Refactor scorer and move utility functions to decoder_util.h
7 years ago
Yibing Liu dad406a49b add the support of parallel beam search decoding in deployment
7 years ago
Yibing Liu d1189a7950 refine wrapper for swig and simplify setup
7 years ago
Yibing Liu 1b707054a9 reorganize cpp files
7 years ago
Yibing Liu 37b236869f Delete swig_decoder.py
7 years ago
Yibing Liu 6bc445f235 refine the interface of decoders in swig
7 years ago
Yibing Liu a840f85423 change probs' computation into log scale & add best path decoder
7 years ago
Yibing Liu ccea7c0150 enable loading language model in multiple format
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 d9d9514269 fix bugs
7 years ago
Yibing Liu 2f15a78707 add initial files for deployment
7 years ago