1. 14 10月, 2019 1 次提交
    • H
      add ETS model to release 1.6 (#3565) · 203b6e19
      huangjun12 提交于
      * add caption model ETS for PaddleVideo
      
      * modify dynamic rnn to static rnn, and add infer past
      
      * modify reader and configs for evaluation and validation
      
      * modify details of the ets net code
      
      * modify API of data and dataloader for ets net
      203b6e19
  2. 04 4月, 2019 1 次提交
  3. 02 2月, 2019 1 次提交
  4. 01 2月, 2019 1 次提交
  5. 01 2月, 2018 1 次提交
  6. 16 1月, 2018 1 次提交
  7. 14 6月, 2017 1 次提交
  8. 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