Commit Graph

2502 Commits (67fc073b0138b978ce55b8bd06e59a93742b66b0)
 

Author SHA1 Message Date
Xinghai Sun 9571b6fc0e Add back utils.py. 8 years ago
Xinghai Sun 8b64ef29c8 Re-style the config codes for tools in DS2. 8 years ago
Xinghai Sun 792129166a Sort the config lines to make it look better. 8 years ago
Xinghai Sun dfd7652308 Rename ctc_best_path_decoder to ctc_greedy_decoder in unitest. 8 years ago
Xinghai Sun 805846ce67 Reduce the config parsing codes for DS2 and make it looks cleaner. 8 years ago
Xinghai Sun 2aa4af1c29 Revert back to support input-hidden weights sharing between bi-directional RNNs. 8 years ago
Xinghai Sun 177af05953 Fix a bug in use_gru argument parsing. 8 years ago
Xinghai Sun 8f89a9bdd4 Print log to pfs for DS cloud training and set use_gru to False by default. 8 years ago
Xinghai Sun c8530dbbe8 Merge branch 'develop' into network_structure 8 years ago
Xinghai Sun aed0cc991f Fixed a bug of mixing forward and backward projection in bi-directional GRUs. 8 years ago
Cao Ying 8989c3acdf Merge pull request from wanghaoshuang/fix_ds2_variable 8 years ago
Cao Ying 3b12525008 Merge pull request from xinghai-sun/network_bug 8 years ago
Xinghai Sun 1d163ad15f Fixed a serious mistake of bidirectional simple rnn for DS2. 8 years ago
Yibing Liu a2ddfe8d9e clean up code & update README for decoder in deployment 8 years ago
Yibing Liu 221a597ff5 Merge branch 'develop' of https://github.com/PaddlePaddle/models into ctc_decoder_deploy 8 years ago
Yibing Liu a0c89ae7e0 add min cutoff & top n cutoff 8 years ago
Yibing Liu a661941ae7 remove unused functions in Scorer 8 years ago
Yibing Liu 9a79b41bcd streamline source code 8 years ago
Yibing Liu 8ff6221d00 enable finite-state transducer in beam search decoding 8 years ago
Yibing Liu b560205490 convert data structure for prefix from map to trie tree 8 years ago
Yibing Liu eef364d17c adapt to the last three commits 8 years ago
yangyaming 8dc0b2b0b0 Make setup.py to support parallel processing. 8 years ago
yangyaming 2584abd5a8 Merge branch 'ctc_decoder_deploy' of https://github.com/kuke/models into ctc_decoder_deploy 8 years ago
yangyaming 3ee020397c Refactor scorer and move utility functions to decoder_util.h 8 years ago
Yibing Liu dad406a49b add the support of parallel beam search decoding in deployment 8 years ago
Yibing Liu d1189a7950 refine wrapper for swig and simplify setup 8 years ago
Yibing Liu 1b707054a9 reorganize cpp files 8 years ago
Xinghai Sun adf66c7793 Merge pull request from pkuyym/fix-210 8 years ago
Xinghai Sun d7a2c0e990 Replace activator BRelu with Relu. 8 years ago
Xinghai Sun 5a63275845 Add GRU support. 8 years ago
yangyaming be37b03f0c Fix a typo caused exception for audio_featurizer.py. 8 years ago
Luo Tao 638fae13f4 use wget to download 8 years ago
Luo Tao 5e13fd7dad deep speech2 can directly use warpctc instead by export LD_LIBRARY_PATH 8 years ago
Xinghai Sun d5a357d173 Update DS2 cloud training according to review comments. 8 years ago
Xinghai Sun da28015556 Update README for DS2 cloud training. 8 years ago
Xinghai Sun f75746cd31 Seperate data uploading from job summission for DS2 cloud training and add support for multiple shards uploading. 8 years ago
Xinghai Sun af71fccee5 Merge pull request from xinghai-sun/refine_cloud 8 years ago
Xinghai Sun 75719fea22 Fix an incorrect usage of is_local argument. 8 years ago
wanghaoshuang 4b26bf620c Rename self.local_data to self._local_data in class DataGenerator. 8 years ago
Xinghai Sun c767f201b2 Update default setting for cloud training for DS2. 8 years ago
Xinghai Sun 0e79ee37a4 Bug fix and refine cloud training for DS2. 8 years ago
wanghaoshuang 19824a8d98 Move local data from global into class DataGenerator. 8 years ago
wanghaoshuang b417681251 Change the default values in pcloud_train to those listed in train.py. 8 years ago
wanghaoshuang e9baaa8613 Fix some syntax errors. 8 years ago
wanghaoshuang 08a6d07811 remove binary files 8 years ago
wanghaoshuang 0bc9996633 Merge branch 'ds2_pcloud' of https://github.com/wanghaoshuang/models into ds2_pcloud 8 years ago
wanghaoshuang 7e9daa32b7 Merge branch 'develop' of https://github.com/PaddlePaddle/models into ds2_pcloud 8 years ago
wanghaoshuang c00db21e69 Implement uploading data to PaddleCloud 8 years ago
Yibing Liu 04be744620 Merge pull request from kuke/update_readme_dev 8 years ago
Yibing Liu 9e08727c95 remove prerequisites part in the readme of DS2 8 years ago