1. 14 8月, 2017 1 次提交
    • X
      Bug fix and refine cloud training for DS2. · 5792c6e6
      Xinghai Sun 提交于
      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.
      5792c6e6
  2. 08 8月, 2017 3 次提交
  3. 02 8月, 2017 1 次提交
  4. 01 8月, 2017 1 次提交
  5. 18 7月, 2017 1 次提交
  6. 21 6月, 2017 1 次提交
  7. 20 6月, 2017 2 次提交
  8. 15 6月, 2017 1 次提交
  9. 14 6月, 2017 1 次提交
  10. 13 6月, 2017 1 次提交
  11. 12 6月, 2017 2 次提交
    • X
      Refactor whole data preprocessor for DS2 (re-design classes, re-organize dir,... · 70eb4001
      Xinghai Sun 提交于
      Refactor whole data preprocessor for DS2 (re-design classes, re-organize dir, add augmentaion interfaces etc.).
      
      1. Refactor data preprocessor with new added class AudioSegment, SpeechSegment, TextFeaturizer, AudioFeaturizer, SpeechFeaturizer.
      2. Add data augmentation interfaces and class AugmentorBase, AugmentationPipeline, VolumnPerturbAugmentor etc..
      3. Seperate normalizer's mean and std computing from training, by adding FeatureNormalizer and a seperate tool compute_mean_std.py.
      4. Re-organize directory.
      70eb4001
    • D
      add more comments and update train.py · cb6da079
      dangqingqing 提交于
      cb6da079
  12. 07 6月, 2017 2 次提交
  13. 05 6月, 2017 1 次提交
  14. 03 6月, 2017 1 次提交
  15. 02 6月, 2017 1 次提交
    • X
      1. Fix incorrect decoder result printing. · 5de8e435
      Xinghai Sun 提交于
      2. Fix incorrect batch-norm usage in RNN.
      3. Fix overlapping train/dev/test manfests.
      4. Update README.md and requirements.txt.
      5. Expose more arguments to users in argparser.
      6. Update all other details.
      5de8e435
  16. 30 5月, 2017 1 次提交
  17. 26 5月, 2017 1 次提交
  18. 25 5月, 2017 3 次提交