Xinghai Sun
5b6bbe9d18
Merge branch 'develop' into bug_fix
7 years ago
Xinghai Sun
6db33ff194
Bug fixed for cloud training for DS2.
7 years ago
yangyaming
1b206b3390
fix bugs for model.py and demo_server.py.
7 years ago
Xinghai Sun
0bbb9c3ee2
Re-organize folder structure and hierarchy for DS2.
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
f75746cd31
Seperate data uploading from job summission for DS2 cloud training and add support for multiple shards uploading.
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
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
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
wanghaoshuang
b648f0c2d1
Implement uploading data in submit scripts and fix issues
7 years ago
wanghaoshuang
9fa9a352ac
Refine submitting scripts for deepspeech2 on paddle cloud.
7 years ago