Refactor whole data preprocessor for DS2 (re-design classes, re-organize dir,...
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.
Showing
deep_speech_2/compute_mean_std.py
0 → 100755
deep_speech_2/data_utils/audio.py
0 → 100755
deep_speech_2/data_utils/utils.py
0 → 100755
deep_speech_2/datasets/run_all.sh
0 → 100755
想要评论请 注册 或 登录