1. 14 8月, 2017 2 次提交
  2. 11 8月, 2017 1 次提交
  3. 09 8月, 2017 1 次提交
  4. 08 8月, 2017 2 次提交
  5. 03 8月, 2017 1 次提交
  6. 27 7月, 2017 1 次提交
  7. 03 7月, 2017 1 次提交
    • W
      Make ds2 run on paddle cloud · 69f49a27
      wanghaoshuang 提交于
      1. Refine data_utils/data.py to read bytes from tar file
      2. Add scripts to submit paddle cloud job for ds2 trainning
      69f49a27
  8. 21 6月, 2017 1 次提交
  9. 20 6月, 2017 2 次提交
  10. 15 6月, 2017 1 次提交
  11. 13 6月, 2017 1 次提交
  12. 12 6月, 2017 1 次提交
    • 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