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.
...
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
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
...
Rename self.local_data to self._local_data in class DataGenerator.
7 years ago
Cao Ying
3b12525008
Merge pull request #219 from xinghai-sun/network_bug
...
Fixed a serious error of bidirectional simple rnn for DS2.
7 years ago
Xinghai Sun
1d163ad15f
Fixed a serious mistake of bidirectional simple rnn for DS2.
7 years ago
Xinghai Sun
adf66c7793
Merge pull request #211 from pkuyym/fix-210
...
Fix a typo caused exception for audio_featurizer.py.
7 years ago
Xinghai Sun
d7a2c0e990
Replace activator BRelu with Relu.
7 years ago
Xinghai Sun
5a63275845
Add GRU support.
7 years ago
yangyaming
be37b03f0c
Fix a typo caused exception for audio_featurizer.py.
7 years ago
Luo Tao
638fae13f4
use wget to download
7 years ago
Luo Tao
5e13fd7dad
deep speech2 can directly use warpctc instead by export LD_LIBRARY_PATH
7 years ago
Xinghai Sun
d5a357d173
Update DS2 cloud training according to review comments.
7 years ago
Xinghai Sun
da28015556
Update README for DS2 cloud training.
7 years ago
Xinghai Sun
f75746cd31
Seperate data uploading from job summission for DS2 cloud training and add support for multiple shards uploading.
7 years ago
Xinghai Sun
af71fccee5
Merge pull request #201 from xinghai-sun/refine_cloud
...
Bug fix and refine cloud training for DS2
7 years ago
Xinghai Sun
75719fea22
Fix an incorrect usage of is_local argument.
7 years ago
wanghaoshuang
4b26bf620c
Rename self.local_data to self._local_data in class DataGenerator.
7 years ago
Xinghai Sun
c767f201b2
Update default setting for cloud training for DS2.
7 years ago
Xinghai Sun
0e79ee37a4
Bug fix and refine cloud training for DS2.
...
Summary:
1. Add missing is_local argument (when set False, use pserver).
2. Add exception thrown if cp failed.
3. Add cloud mkdir if not cloud path for uploading does not exist.
4. Fix a bug using common path ./local_manifest for all nodes. (convert to /local_manifest)
5. Refine coding style.
7 years ago
wanghaoshuang
19824a8d98
Move local data from global into class DataGenerator.
7 years ago
wanghaoshuang
b417681251
Change the default values in pcloud_train to those listed in train.py.
7 years ago
wanghaoshuang
e9baaa8613
Fix some syntax errors.
7 years ago
wanghaoshuang
08a6d07811
remove binary files
7 years ago
wanghaoshuang
0bc9996633
Merge branch 'ds2_pcloud' of https://github.com/wanghaoshuang/models into ds2_pcloud
7 years ago
wanghaoshuang
7e9daa32b7
Merge branch 'develop' of https://github.com/PaddlePaddle/models into ds2_pcloud
7 years ago
wanghaoshuang
c00db21e69
Implement uploading data to PaddleCloud
...
1. Refine data_utils/data.py, reuse process_utterance function.
2. Modified README.
3. Implement uploading data in cloud/upload_data.py
4. Merge branch 'develop' of https://github.com/PaddlePaddle/models into ds2_pcloud
7 years ago
Yibing Liu
04be744620
Merge pull request #195 from kuke/update_readme_dev
...
Update readme in DS2
7 years ago
Yibing Liu
9e08727c95
remove prerequisites part in the readme of DS2
7 years ago
Yibing Liu
43c483d1b9
Merge pull request #192 from kuke/mfcc_simplify_dev
...
Update mfcc computation in DS2
7 years ago
Yibing Liu
b57dc63e1f
update readme in DS2
7 years ago
wanghaoshuang
b648f0c2d1
Implement uploading data in submit scripts and fix issues
7 years ago
Yang yaming
11afffc026
Merge pull request #191 from pkuyym/build_vocab
...
Add vocabulary dictionary building script
7 years ago
Yang yaming
8c5103725b
Merge pull request #190 from pkuyym/unify_encoding
...
Unify encoding to 'utf-8' and optimize error rate calculation.
7 years ago
yangyaming
c2e6378a64
Simplify codes and comments.
7 years ago
yangyaming
4b3f768df7
Simplify description and codes.
7 years ago
yangyaming
5ef300f3f0
Make type of error rate optional.
7 years ago
Yibing Liu
98f0b6d02d
update the mfcc computation in DS2
7 years ago
yangyaming
1325cd9b8e
Create 'tools' to hold tool scripts and add vocabulary dictionary building script.
7 years ago
yangyaming
04970705d6
Add more test cases and make DP more clear.
7 years ago
whs
9285551de4
Merge branch 'develop' into ds2_pcloud
7 years ago
yangyaming
14d2fb795c
Unify encoding to 'utf-8' and optimize error rate calculation.
7 years ago