Commit Graph

586 Commits (a84487146d9a79d2845b3bfdbd5cde11e4c81b17)
 

Author SHA1 Message Date
Yibing Liu 7e093ed1a3 expose param cutoff_top_n
7 years ago
Yibing Liu 1cf61a15f4 Merge branch 'develop' of upstream into ctc_decoder_deploy
7 years ago
Xinghai Sun c3710b7f52 Add wget return check.
7 years ago
Xinghai Sun 3bb746c61f Add last two sections (experiments and model released) to README.md.
7 years ago
Yibing Liu d77eec2bfe append some changes
7 years ago
Yibing Liu a18e6a7eda refine by following review comments
7 years ago
Xinghai Sun fb75f159a4 Publish urls for aishell model and chinese language model.
7 years ago
Xinghai Sun cd635cf6f3 Release librispeech model url.
7 years ago
Yibing Liu e0ab51f46e move deprecated decoders
7 years ago
Yibing Liu 42efa720cb add __init__.py in decoders/swig
7 years ago
Yibing Liu f2120bb5dc adapt to the new structure
7 years ago
Xinghai Sun 351f61e366 Update RAEDME.md and librispeech.py by following Yaming's review.
7 years ago
Xinghai Sun ac56a2f249 Update READMD.md and other details by following reviewers comments.
7 years ago
Xinghai Sun 35caf5e0b7 Add bash code highlight to README.md for DS2.
7 years ago
Xinghai Sun 26c7f5c171 Merge branch 'develop' into doc2
7 years ago
Xinghai Sun 4969d297d8 Correct typos for DS2 README.md.
7 years ago
Xinghai Sun 87453365b2 Update REAME.md for DS2.
7 years ago
Xinghai Sun e11b735de5 Update examples scripts and REAME.md for DS2.
7 years ago
Xinghai Sun ae7ef7929a Rename some folders and update examples.
7 years ago
Xinghai Sun a00a436b52 Rewrite README.md doc (50%) and correct some bugs.
7 years ago
Yibing Liu adab01bbf6 append some comments
7 years ago
Yibing Liu 8ec4a96523 resolve conflicts in model.py
7 years ago
Yibing Liu f3f5dad80c format header includes & update setup info
7 years ago
Yibing Liu 7d0458c7f7 adapt to the new folder structure of DS2
7 years ago
Luo Tao 69e0d86ddb fix wrong path in prepare.sh
7 years ago
tensor-tang 5d68ba1a73 fix missing import
7 years ago
Yibing Liu 11ede80a48 Merge branch 'develop' of https://github.com/PaddlePaddle/models into ctc_decoder_deploy
7 years ago
Xinghai Sun 861b946d7a Re-design README.md doc structure and add table of contents.
7 years ago
Xinghai Sun d776ce9bd7 Fix import errors in unitests.
7 years ago
Yibing Liu 5208b8e40f format C++ source code
7 years ago
Xinghai Sun b2eb008a71 Remove test_setup.py.
7 years ago
Xinghai Sun 5623b09868 Move decoder.py to models and re-arrange unitests.
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 dfd7652308 Rename ctc_best_path_decoder to ctc_greedy_decoder in unitest.
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 8f89a9bdd4 Print log to pfs for DS cloud training and set use_gru to False by default.
7 years ago
Xinghai Sun c8530dbbe8 Merge branch 'develop' into network_structure
7 years ago
Xinghai Sun aed0cc991f Fixed a bug of mixing forward and backward projection in bi-directional GRUs.
7 years ago
Cao Ying 8989c3acdf Merge pull request #202 from wanghaoshuang/fix_ds2_variable
7 years ago
Cao Ying 3b12525008 Merge pull request #219 from xinghai-sun/network_bug
7 years ago
Xinghai Sun 1d163ad15f Fixed a serious mistake of bidirectional simple rnn for DS2.
7 years ago
Yibing Liu a2ddfe8d9e clean up code & update README for decoder in deployment
7 years ago
Yibing Liu 221a597ff5 Merge branch 'develop' of https://github.com/PaddlePaddle/models into ctc_decoder_deploy
7 years ago
Yibing Liu a0c89ae7e0 add min cutoff & top n cutoff
7 years ago