Yibing Liu
0cadc56a84
follow comments in code format
8 years ago
Yibing Liu
8ba98cb518
fix decoders' unittest
8 years ago
Yibing Liu
26510f74a6
refine ctc_beam_search_decoder
8 years ago
Yibing Liu
7324d41e4a
Merge branch 'develop' of https://github.com/PaddlePaddle/models into ctc_decoder_dev
8 years ago
Xinghai Sun
13f708739b
Improve audio featurizer and add shift augmentor.
...
1. Improve audio featurizer.
2. Add shift augmentor.
3. Update default argument to be the current best seggestion.
4. Add checkpoints with pass id.
8 years ago
Yibing Liu
8033845615
add unit test for decoders
8 years ago
Yibing Liu
f20c6d643f
Merge branch 'develop' of https://github.com/PaddlePaddle/models into ctc_decoder_dev
8 years ago
Xinghai Sun
d104eccf67
Update the default num_threads for DS2 data generator.
8 years ago
Xinghai Sun
1d8cc4a5a9
Add multi-threading support for DS2 data generator.
8 years ago
Yibing Liu
0729abe02e
tiny adjust
8 years ago
Yibing Liu
b2cf96cc46
adapt to the new data provider
8 years ago
Yibing Liu
ff01d048d3
final refining on old data provider: enable pruning & add evaluation & code cleanup
8 years ago
Xinghai Sun
ed5f04afb8
Add shuffle type of instance_shuffle and batch_shuffle_clipped.
8 years ago
Xinghai Sun
b07ee84a1d
Add function, class and module docs for data parts in DS2.
8 years ago
Yibing Liu
a633eb9cc6
change two arguments
8 years ago
Yibing Liu
7db13ca9db
enable lm in multiprocessing decoder & add script for params tuning
8 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.
8 years ago
Yibing Liu
bb34e90398
correct typos in annotations
8 years ago
Yibing Liu
ae83a25aff
add beam search decoder using multiprocesses
8 years ago
Yibing Liu
ac370eca85
add annotations
8 years ago
Yibing Liu
51f35a5372
code clean & add external scorer
8 years ago
Yibing Liu
dedbfb2654
enable ctc beam search decoder
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
0babc5c4d7
Add function docs.
8 years ago
Xinghai Sun
70a343a499
Add infererence and add SortaGrad for only first pass.
8 years ago