1. 21 9月, 2017 1 次提交
  2. 06 9月, 2017 1 次提交
  3. 14 8月, 2017 2 次提交
  4. 11 8月, 2017 1 次提交
  5. 09 8月, 2017 1 次提交
  6. 08 8月, 2017 2 次提交
  7. 03 8月, 2017 1 次提交
  8. 27 7月, 2017 1 次提交
  9. 03 7月, 2017 1 次提交
    • W
      Make ds2 run on paddle cloud · 3c77d369
      wanghaoshuang 提交于
      1. Refine data_utils/data.py to read bytes from tar file
      2. Add scripts to submit paddle cloud job for ds2 trainning
      3c77d369
  10. 21 6月, 2017 1 次提交
  11. 20 6月, 2017 2 次提交
  12. 15 6月, 2017 1 次提交
  13. 13 6月, 2017 1 次提交
  14. 12 6月, 2017 1 次提交
    • X
      Refactor whole data preprocessor for DS2 (re-design classes, re-organize dir,... · cd3617ae
      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.
      cd3617ae