1. 13 1月, 2020 1 次提交
    • 1024的传说's avatar
      Dygraph seq2seq attention (#4124) · 9ab3fa06
      1024的传说 提交于
      * upload dygraph seq2seq for v1.6.2
      
      * update README
      
      * upgrade to version 1.7
      
      * remove unused line
      
      remove unused line
      
      * fix base_output dirname
      
      * update run.sh to be the same as static graph
      
      * update run.sh to be the same as static graph
      
      * update Readme
      
      * update Readme
      
      * update README.md
      
      change version number to 1.7
      9ab3fa06
  2. 28 6月, 2019 1 次提交
  3. 28 4月, 2019 1 次提交
  4. 04 4月, 2019 1 次提交
  5. 02 2月, 2019 1 次提交
  6. 01 2月, 2019 1 次提交
  7. 01 2月, 2018 1 次提交
  8. 16 1月, 2018 1 次提交
  9. 14 6月, 2017 1 次提交
  10. 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