Hui Zhang
d05ae8eeb0
Merge branch 'develop' into align
3 years ago
Hui Zhang
34689bd1df
add crf
3 years ago
Hui Zhang
03e5a64d26
Merge pull request #648 from PaddlePaddle/note
...
add test notebook
3 years ago
Hui Zhang
dc0c5351ec
add test notebook
3 years ago
Hui Zhang
9e2dac666d
Merge pull request #647 from PaddlePaddle/doc
...
remove useless doc
3 years ago
Hui Zhang
72cb7622e4
remove useless doc
3 years ago
Hui Zhang
4b2a578647
Merge pull request #645 from PaddlePaddle/ds2
...
add libri ds2 exp result
3 years ago
Hui Zhang
9fa4f90123
Merge pull request #646 from PaddlePaddle/doc
...
eigen doc
3 years ago
Hui Zhang
de780a0c8a
add libri ds2 exp result
3 years ago
Hui Zhang
dc4b7e4c10
add algebra
3 years ago
Hui Zhang
230c7ac2ae
fix eigen
3 years ago
Hui Zhang
53387b5e6e
add crf, eigen
3 years ago
Hui Zhang
5ab9371f39
Merge pull request #634 from iclementine/g2p
...
g2p example update: add code to ignore sandhi
4 years ago
chenfeiyu
4c3c5546e7
1. use space as separator;
...
2. add docstring for some functions.
4 years ago
Hui Zhang
b373a25423
Merge pull request #641 from PaddlePaddle/ins
...
downgrad python env version
4 years ago
Hui Zhang
0066837377
downgrad python env version
4 years ago
Hui Zhang
08866db9f9
Merge pull request #640 from PaddlePaddle/egs
...
fix ds2 default config
4 years ago
Hui Zhang
759b2e0b2d
fix ds2 default config
4 years ago
Hui Zhang
b3bc451328
remove sequnce_mask and change ds2 export audio shape to [B,T,D] ( #639 )
...
* remove sequnce_mask
* format
* fix ds2 export audio shape from B,D,T to B,T,D
4 years ago
Hui Zhang
749a113037
add Cedict egs & pypinyin using jieba as wordseg & phkit using local pypinyin package ( #637 )
...
* down and parse cedict
* remove useless
* using third party python pinyin
* jieba as default wordseg
* remove useless
* remove pinyin dict
* using jieba.lcut
* remove doc of cedict egs
* add fan2jian test
* add description for say_digit
4 years ago
Hui Zhang
f22f681992
more docs ( #636 )
4 years ago
Hui Zhang
fd5213105b
chinese to phoneme ( #633 )
4 years ago
Hui Zhang
1b373bfcd7
refactor g2p egs ( #630 )
...
* refactor g2p egs
* add sha-bone; remove avg.sh from egs;
4 years ago
Hui Zhang
92381451fb
format
4 years ago
Hui Zhang
30aba26693
add align code
4 years ago
Feiyu Chan
075635d2b4
add a g2p example ( #623 )
...
* add an example to convert transcription to pinyin with pypinyin and jieba
* format code
* 1. remove script for data downloading, since Baker dataset is not easily downloaded via terminal;
2. remove pypinyin as an extra requirement; it is alreay required by the main project;
3. clean code.
* change output format
4 years ago
Hui Zhang
9cc750bf29
add praat and texgrid doc ( #628 )
4 years ago
Hui Zhang
2ff726a66e
fix doc link ( #627 )
4 years ago
Hui Zhang
0a7958b3f1
add tarball utils ( #626 )
4 years ago
Feiyu Chan
8697d422b9
Merge pull request #625 from PaddlePaddle/rsl
...
fix doc representation
4 years ago
Hui Zhang
37c5324138
fix result; add feature list
4 years ago
Hui Zhang
0a3a840bee
more decoding method ( #618 )
...
* more decoding method
* all decode method test scripts; result readme
* exp libri confi
* parallel data scripts; more mask test; need pybind11 repo
* speed perturb config
* libri conf test set
4 years ago
Hui Zhang
295f8bdad5
train ds2 model ( #622 )
...
* default cmvn compute config; more log of grad clip; diff ds2 cmvn compute and conf; ds2 lr step by epoch;
* fix ds2 config
* fix install and egs link
* sox speed pertrub shape (T, C), float64, process using int32
* fix libri ds2 scripts; add ngram and spm doc
* aishell ds2 cer7.86
* fix ds2 result
4 years ago
Hui Zhang
4853761542
add text normlization ( #620 )
...
* add text normlization
* add space
4 years ago
Hui Zhang
d0635c6592
using soxbinddings ( #619 )
4 years ago
Hui Zhang
d777edc605
ctc decoding weight 0.5 ( #614 )
...
* ctc decoding weight 0.5
* tiny decoding conf
* more label of mergify
* format doc
4 years ago
Hui Zhang
538bf271eb
chinese char/word ngram lm ( #613 )
...
* add ngram lm egs
* add zhon repo
* install kenlm, zhon
* format
* add chinese_text_normalization repo
* add ngram lm egs
4 years ago
Hui Zhang
2bdf4c946a
fix image link ( #612 )
4 years ago
Hui Zhang
db022fac6e
fix doc ( #611 )
4 years ago
Hui Zhang
90512c3964
Fix readme install link ( #610 )
4 years ago
Hui Zhang
a12b16787d
speech text process docs ( #607 )
...
* add more speech doc
* fix doc path and mergify
* format doc
4 years ago
Hui Zhang
7bbe1d66d2
more speech docs ( #606 )
...
* add speech related docs: tts, text front end, ngram lm, corrector
* format doc
* mergify with doc
4 years ago
Hui Zhang
e9a0e17830
add mergify config ( #605 )
4 years ago
Hui Zhang
6e57a789e1
add stale config ( #604 )
4 years ago
Hui Zhang
c6ae9857f2
update doc ( #603 )
...
* fix doc format
* format doc
4 years ago
Hui Zhang
71e046b0ba
E2E/Streaming Transformer/Conformer ASR ( #578 )
...
* add cmvn and label smoothing loss layer
* add layer for transformer
* add glu and conformer conv
* add torch compatiable hack, mask funcs
* not hack size since it exists
* add test; attention
* add attention, common utils, hack paddle
* add audio utils
* conformer batch padding mask bug fix #223
* fix typo, python infer fix rnn mem opt name error and batchnorm1d, will be available at 2.0.2
* fix ci
* fix ci
* add encoder
* refactor egs
* add decoder
* refactor ctc, add ctc align, refactor ckpt, add warmup lr scheduler, cmvn utils
* refactor docs
* add fix
* fix readme
* fix bugs, refactor collator, add pad_sequence, fix ckpt bugs
* fix docstring
* refactor data feed order
* add u2 model
* refactor cmvn, test
* add utils
* add u2 config
* fix bugs
* fix bugs
* fix autograd maybe has problem when using inplace operation
* refactor data, build vocab; add format data
* fix text featurizer
* refactor build vocab
* add fbank, refactor feature of speech
* refactor audio feat
* refactor data preprare
* refactor data
* model init from config
* add u2 bins
* flake8
* can train
* fix bugs, add coverage, add scripts
* test can run
* fix data
* speed perturb with sox
* add spec aug
* fix for train
* fix train logitc
* fix logger
* log valid loss, time dataset process
* using np for speed perturb, remove some debug log of grad clip
* fix logger
* fix build vocab
* fix logger name
* using module logger as default
* fix
* fix install
* reorder imports
* fix board logger
* fix logger
* kaldi fbank and mfcc
* fix cmvn and print prarams
* fix add_eos_sos and cmvn
* fix cmvn compute
* fix logger and cmvn
* fix subsampling, label smoothing loss, remove useless
* add notebook test
* fix log
* fix tb logger
* multi gpu valid
* fix log
* fix log
* fix config
* fix compute cmvn, need paddle 2.1
* add cmvn notebook
* fix layer tools
* fix compute cmvn
* add rtf
* fix decoding
* fix layer tools
* fix log, add avg script
* more avg and test info
* fix dataset pickle problem; using 2.1 paddle; num_workers can > 0; ckpt save in exp dir;fix setup.sh;
* add vimrc
* refactor tiny script, add transformer and stream conf
* spm demo; librisppech scripts and confs
* fix log
* add librispeech scripts
* refactor data pipe; fix conf; fix u2 default params
* fix bugs
* refactor aishell scripts
* fix test
* fix cmvn
* fix s0 scripts
* fix ds2 scripts and bugs
* fix dev & test dataset filter
* fix dataset filter
* filter dev
* fix ckpt path
* filter test, since librispeech will cause OOM, but all test wer will be worse, since mismatch train with test
* add comment
* add syllable doc
* fix ds2 configs
* add doc
* add pypinyin tools
* fix decoder using blank_id=0
* mmseg with pybind11
* format code
4 years ago
Hui Zhang
3a2de9e461
Fix ( #594 )
...
* fix install
* rm feature request
4 years ago
Hui Zhang
a9d0117cfe
fix install ( #580 )
4 years ago
Hui Zhang
9ac99f7cc6
disscusion for questions, issue only for bug report ( #573 )
4 years ago
Hui Zhang
18567ced16
Update issue templates
4 years ago