Yibing Liu
|
8ff6221d00
|
enable finite-state transducer in beam search decoding
|
7 years ago |
Yibing Liu
|
b560205490
|
convert data structure for prefix from map to trie tree
|
7 years ago |
Yibing Liu
|
eef364d17c
|
adapt to the last three commits
|
7 years ago |
yangyaming
|
8dc0b2b0b0
|
Make setup.py to support parallel processing.
|
7 years ago |
yangyaming
|
2584abd5a8
|
Merge branch 'ctc_decoder_deploy' of https://github.com/kuke/models into ctc_decoder_deploy
|
7 years ago |
yangyaming
|
3ee020397c
|
Refactor scorer and move utility functions to decoder_util.h
|
7 years ago |
Yibing Liu
|
dad406a49b
|
add the support of parallel beam search decoding in deployment
|
7 years ago |
Yibing Liu
|
d1189a7950
|
refine wrapper for swig and simplify setup
|
7 years ago |
Yibing Liu
|
1b707054a9
|
reorganize cpp files
|
7 years ago |
Yibing Liu
|
37b236869f
|
Delete swig_decoder.py
|
8 years ago |
Yibing Liu
|
6bc445f235
|
refine the interface of decoders in swig
|
8 years ago |
Yibing Liu
|
a840f85423
|
change probs' computation into log scale & add best path decoder
|
8 years ago |
Yibing Liu
|
ccea7c0150
|
enable loading language model in multiple format
|
8 years ago |
Yibing Liu
|
5bfa066920
|
add setup and README for deployment
|
8 years ago |
Yibing Liu
|
94a6811660
|
code cleanup for the deployment decoder
|
8 years ago |
Yibing Liu
|
2e76f82cf7
|
Merge branch 'develop' into ctc_decoder_deploy
|
8 years ago |
Yibing Liu
|
0cadc56a84
|
follow comments in code format
|
8 years ago |
Yibing Liu
|
37e98df74d
|
enable resetting params in scorer
|
8 years ago |
Yibing Liu
|
d9d9514269
|
fix bugs
|
8 years ago |
Yibing Liu
|
fd102c2110
|
Merge branch 'develop' into ctc_decoder_deploy
|
8 years ago |
Yibing Liu
|
7c7e17e249
|
add deploy.py
|
8 years ago |
Yibing Liu
|
2f15a78707
|
add initial files for deployment
|
8 years ago |
Yibing Liu
|
90d83bf739
|
resolve conflicts in requirements.txt
|
8 years ago |
Yibing Liu
|
aeccd9851b
|
append README.md
|
8 years ago |
xushaoyong
|
db37c34919
|
modify some detail of augmentor
|
8 years ago |
Yibing Liu
|
8ba98cb518
|
fix decoders' unittest
|
8 years ago |
xushaoyong
|
e1e2914ec9
|
remove augmentor unittest
|
8 years ago |
xushaoyong
|
7f2e7e1c2c
|
resolve conflict with setup.sh
|
8 years ago |
Yibing Liu
|
26510f74a6
|
refine ctc_beam_search_decoder
|
8 years ago |
xushaoyong
|
286228c219
|
Merge pull request #127 from pkuyym/fix-soundfile
Refine SoundFile installation process.
|
8 years ago |
xushaoyong
|
29f6ae0807
|
modify audio resample function
|
8 years ago |
xushaoyong
|
c5995bb7e1
|
add 3 augmentor and unittest
|
8 years ago |
Yibing Liu
|
237df23e7e
|
Merge branch 'develop' of https://github.com/PaddlePaddle/models into ctc_decoder_dev
|
8 years ago |
Xinghai Sun
|
0dadd14600
|
Patch for adding missing shift_perturb.py in last commmit (pull request #114).
|
8 years ago |
Yibing Liu
|
7324d41e4a
|
Merge branch 'develop' of https://github.com/PaddlePaddle/models into ctc_decoder_dev
|
8 years ago |
Xinghai Sun
|
cdd52ac270
|
Fix a missing abs bug for DS2 AudioSegment.
|
8 years ago |
yangyaming
|
6d6cdf4057
|
Refine SoundFile installation process.
1. Install libsndfile first.
2. Install SoundFile using pip.
|
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 |
chrisxu2016
|
b340d4ed2f
|
modify setup.sh to delete the install of libsamplerate
|
8 years ago |
chrisxu2016
|
d6a852a304
|
modify setup.sh to delete the install of libsamplerate
|
8 years ago |
chrisxu2016
|
2450591a44
|
add 3 augmentor class and change resample module
|
8 years ago |
chrisxu2016
|
5398360e5f
|
Add 3 augmentor classes and related unittests
|
8 years ago |
chrisxu2016
|
df77c6d5db
|
Add 3 augmentor classes and related unittests
|
8 years ago |
Yibing Liu
|
f20c6d643f
|
Merge branch 'develop' of https://github.com/PaddlePaddle/models into ctc_decoder_dev
|
8 years ago |
chrisxu2016
|
d64f470078
|
add augmentor class
|
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 |
chrisxu2016
|
71283d619d
|
add augmentor class
|
8 years ago |
chrisxu2016
|
115a06bb37
|
add augmentor class
|
8 years ago |