chrisxu2016
71283d619d
add augmentor class
7 years ago
chrisxu2016
115a06bb37
add augmentor class
7 years ago
yangyaming
a5dcd23bf2
Follow comments.
7 years ago
yangyaming
d35b747175
Fix ci following:
...
1. Unify the dependency installation process in setup.sh.
2. Change the version of package scipy from 0.13.0b1 to 0.13.1
7 years ago
Xinghai Sun
d1f5123bcf
Merge pull request #99 from PaddlePaddle/new_augmentation_2
...
Add some audio transformation methods to AudioSegment and SpeechSegment class.
7 years ago
yangyaming
def66a3223
Follow comments.
7 years ago
chrisxu2016
ddb2bdc190
add audio file
7 years ago
chrisxu2016
25ce7ebe7b
add audio file
7 years ago
chrisxu2016
21161b0165
add audio file
7 years ago
chrisxu2016
107f8b89ae
add audio augmentation
7 years ago
chrisxu2016
b8341da63d
add audio augmentation
7 years ago
yangyaming
26eb54eb37
Follow comments.
7 years ago
yangyaming
86eeb52c06
Merge branch 'develop' of https://github.com/PaddlePaddle/models into fix-81
7 years ago
chrisxu2016
5ca270d30a
add audio file
7 years ago
chrisxu2016
d1ee10be10
modify audio and speech
7 years ago
chrisxu2016
d66d740ea0
add audio part
7 years ago
Xinghai Sun
ed5f04afb8
Add shuffle type of instance_shuffle and batch_shuffle_clipped.
7 years ago
chrisxu2016
65e34c535b
add augmentation
7 years ago
Xinghai Sun
04a225ae4f
Enable min_batch_num in train.py and update train info print.
7 years ago
yangyaming
f85f8558cf
Add unittest.
7 years ago
yangyaming
397b2fc288
Merge branch 'develop' of https://github.com/PaddlePaddle/models into fix-81
7 years ago
Xinghai Sun
1cef98f210
Update README.md for DS2.
7 years ago
Xinghai Sun
b07ee84a1d
Add function, class and module docs for data parts in DS2.
7 years ago
yangyaming
bc3224eb14
Follow comments.
7 years ago
Xinghai Sun
cd3617aeb4
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.
7 years ago
dangqingqing
9c27b1d14e
add more comments and update train.py
7 years ago
dangqingqing
bf73540067
Merge branch 'develop' of https://github.com/PaddlePaddle/models into ds2
7 years ago
dangqingqing
c25c62b8f9
refine audio_data_utils.py
7 years ago
Xinghai Sun
e016778e20
Merge pull request #78 from xinghai-sun/ds2_libri
...
Update librispeech.py for DeepSpeech2.
7 years ago
Xinghai Sun
06e9f71389
Remove manifest's line number check from librispeech.py and update README.md.
7 years ago
yangyaming
3f63e069e0
Fix typos and follow comments.
7 years ago
yangyaming
cc2a4d4e3d
Add error rate calculation script.
7 years ago
yangyaming
f49eab5fec
Change assert to exception raising.
8 years ago
Xinghai Sun
d3eeb7fd76
Refine librispeech.py for DeepSpeech2.
...
Summary:
1. Add manifest line check.
2. Avoid re-unpacking if unpacked data already exists.
3. Add full_download (download all 7 sub-datasets of LibriSpeech).
8 years ago
dangqingqing
7c85e0fdb5
Support variable input batch and sortagrad.
8 years ago
yangyaming
d2e467385d
Add loading model function for train.py.
8 years ago
Xinghai Sun
730d5c4dd3
Update DS2 README.md and fix bug in librispeech.py
8 years ago
Xinghai Sun
2a83486500
Refactor decoder interfaces and add ./data directory.
8 years ago
Xinghai Sun
8313895e85
1. Fix incorrect decoder result printing.
...
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.
8 years ago
Xinghai Sun
e6a349992b
Refactor data utils into a class and add feature normalization.
8 years ago
Xinghai Sun
9c3cd3c704
Update some parameters and comments.
8 years ago
Xinghai Sun
0babc5c4d7
Add function docs.
8 years ago
Xinghai Sun
70a343a499
Add infererence and add SortaGrad for only first pass.
8 years ago
Xinghai Sun
3fc94427db
Add librispeech dataset, audio data provider and simplfied DeepSpeech2 model configuration.
...
Bug exists when run training.
8 years ago
Xinghai Sun
d59b8ca97e
Add deep_speech_2 folder.
8 years ago