1. 13 6月, 2017 1 次提交
  2. 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
  3. 03 6月, 2017 1 次提交
  4. 02 6月, 2017 1 次提交
    • X
      1. Fix incorrect decoder result printing. · 8313895e
      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.
      8313895e
  5. 25 5月, 2017 2 次提交