Commit Graph

430 Commits (2c531d78ac7825c52ba045318de49b7bc23f7860)

Author SHA1 Message Date
Hui Zhang 02c7ef3198 format data support multi output
3 years ago
Hui Zhang e79e00a6b2 pack model
3 years ago
Hui Zhang 0defc658e1 update aishell/librispeech transformer result; wenetspeech pretrain conformer result
3 years ago
TianYuan 4370c5cfa6 Merge branch 'develop' of github.com:PaddlePaddle/PaddleSpeech into fs2_conformer
3 years ago
Hui Zhang a7858551b7 add utt2spk for all dataset
3 years ago
Hui Zhang 638b96bf07 check if cmvn_file in config for u2
3 years ago
TianYuan ea81c772ce
Merge pull request #1010 from zh794390558/statis
3 years ago
Hui Zhang a87ba13d93 disable export for u2
3 years ago
Hui Zhang c354e9154b
Merge pull request #1003 from yt605155624/fs2_ge2e
3 years ago
TianYuan 133ee7db0b rename num_speakers
3 years ago
TianYuan 3d5e078c91 add conformer
3 years ago
TianYuan a97c7b5206 rename spembs
3 years ago
gongel 9f42ec4bc2 feat: add ted_en_zh t1
3 years ago
Hui Zhang b9790d03f2 add wenetspeech egs
3 years ago
Hui Zhang 171fa353ee refactor libri s2 conf
3 years ago
Hui Zhang 26258949ab
Merge pull request #995 from yt605155624/mbmelgan_fine
3 years ago
TianYuan 8d025451de add fastspeech2 voice cloning in aishell3
3 years ago
TianYuan c5c9f19091 rename to gen_gta_mel.py, remove stats compute when gen fintune data
3 years ago
Zeyu Chen 4a28751df0 Formalize the terms in README
3 years ago
Hui Zhang 3046a22719 aishell support utt2spk
3 years ago
TianYuan b9dc017011
Update synthesize_e2e.sh
3 years ago
TianYuan c4234b3ecd
Update synthesize.sh
3 years ago
TianYuan a6ac497f8e add multi-band melgan finetune scripts
3 years ago
TianYuan 39400e5ee8
Update synthesize.sh
3 years ago
Hui Zhang bc4e2e4ee2
Merge pull request #982 from Jackwaterveg/develop
3 years ago
huangyuxin 754c0b560b optimizer the hips of downloading LM
3 years ago
TianYuan 30d09b411d fix style_syn, replace DeepSpeech with PaddleSpeech in readme
3 years ago
Mingxue-Xu f26db2e762
Update README.md
3 years ago
Mingxue-Xu 6641b97d44
Update README.md
3 years ago
TianYuan 0bc9450c51 Merge branch 'develop' of github.com:PaddlePaddle/DeepSpeech into fix_docs
3 years ago
Hui Zhang 81598e6ff0 default gpu 0 for scripts
3 years ago
Junkun 7c8843448c add word reward into beam search.
3 years ago
Jackwaterveg 67551c6557
Add notes in example/aishell/s0/run.sh
3 years ago
Hui Zhang 9a71c091c5 remove debug info and format code
3 years ago
Hui Zhang 8b0e344c69 fix logfbank using PCM16
3 years ago
Hui Zhang d62092ac28 fix specaug param
3 years ago
TianYuan 2931903add
Rename READEME.md to README.md
3 years ago
huangyuxin 61ad2c87a7 update the ds2 online conf
3 years ago
Hui Zhang 7b3a901b08 more conf with preprocess.yaml
3 years ago
Hui Zhang 44743622d4 filter example; cmvn stride and window int; libri/s1 conf
3 years ago
Hui Zhang 56d06f2aaf
Merge pull request #968 from yt605155624/merge_paddlespeech
3 years ago
Hui Zhang 6a7e0265cd add josn global cmvn
3 years ago
TianYuan bacdf5756b Merge remote-tracking branch 'origin/develop' into merge_paddlespeech
3 years ago
Hui Zhang 69055698a2 transformer using batch data loader
3 years ago
TianYuan 35c37ace17 change nprocs to ngpu, add aishell3/voc1
3 years ago
huangyuxin d647cde870 change the lm dataset dir
3 years ago
Hui Zhang 3f3442b98a remove useless third lib
3 years ago
Hui Zhang aba37810ff update BZNSYP.rar link
3 years ago
Hui Zhang e2bcaee4f1 merge deepspeech, parakeet and text_processing into paddlespeech
3 years ago
Jackwaterveg 782b0ddceb
Merge pull request #957 from PaddlePaddle/ds2_offline
3 years ago
Hui Zhang 2fa681237f
Merge pull request #955 from Jackwaterveg/fix
3 years ago
Hui Zhang 4ce4e7926e revert ds2 offline rnn bw_cell to fw_cell which loss can be 5.73, but is not the birnn
3 years ago
huangyuxin b966bb8a31 fix the run_test in test_export
3 years ago
Hui Zhang 980944dab1
Merge pull request #952 from Jackwaterveg/dev_transformerLM
3 years ago
Hui Zhang 04d84a87ae
Merge pull request #948 from yt605155624/fs2_tostatic
3 years ago
Hui Zhang 1372a08813
Merge pull request #953 from Jackwaterveg/fix_bug
3 years ago
TianYuan b68c9c05c4 fix fs2 inference bug
3 years ago
huangyuxin d64f6e9ea5 Add the feature: caculating the perplexity of transformerLM
3 years ago
Jackwaterveg 8741da5a68 Update README.md
3 years ago
huangyuxin 542ee3f070 add the model description in 1xt2x doc
3 years ago
huangyuxin 02083cdbd6 fix the bug of 'dev/null' and the test_export
3 years ago
TianYuan fc8a7a152e
Merge pull request #951 from yt605155624/add_mbmelgan
3 years ago
TianYuan d3d9f83594 add global init for multi band melgan to avoid large output in the begin
3 years ago
TianYuan 79e7a4d44e align ouput of dygraph and static graph
3 years ago
Hui Zhang 28519c1f44
Merge pull request #949 from Jackwaterveg/develop
3 years ago
huangyuxin e66da76db9 fix the bug of chooing dataloader, remove the log of downloads lm, change the epoch in tiny
3 years ago
TianYuan 9125d71a81 fix pwg inference
3 years ago
TianYuan 36d60a717e Merge branch 'develop' of github.com:PaddlePaddle/DeepSpeech into add_mbmelgan
3 years ago
TianYuan 88668513b1 fix mv writer to visualdl in train
3 years ago
TianYuan 670a68ad95 fix textfrontend readme, fix imgs link
3 years ago
TianYuan 950d17cbcf Merge branch 'develop' of github.com:PaddlePaddle/DeepSpeech into add_mbmelgan
3 years ago
TianYuan 41526ca1b8 Merge branch 'develop' of github.com:PaddlePaddle/DeepSpeech into fix_docs
3 years ago
TianYuan 3f9e30c9b3 refactor docs
3 years ago
TianYuan 304d71747a
Merge pull request #939 from Jackwaterveg/doc
3 years ago
huangyuxin cef36521f9 fix the doc
3 years ago
Hui Zhang 0812a3df20 add more join ctc decode conf
3 years ago
Hui Zhang 8370604084
Merge pull request #936 from PaddlePaddle/fix_lm
3 years ago
Hui Zhang e4852e3bf9
Merge pull request #934 from yt605155624/fix_readme
3 years ago
Hui Zhang c89820e7b2 fix egs of transformer lm usage
3 years ago
TianYuan 6dbcd7720d add csmsc mb melgan example
3 years ago
TianYuan 02055eb26a fix link in readme
3 years ago
Hui Zhang b878027c9a format code
3 years ago
Hui Zhang 8cda812857
Merge branch 'develop' into join_ctc
3 years ago
Hui Zhang b7bdaf6f8f add lm conf and load
3 years ago
TianYuan 20226b4fdd fix benchmark and chain, add parse_options in run.sh, move tacotron2_ge2e into voice_cloning
3 years ago
Hui Zhang 8f869b4c1f update gitignore
3 years ago
Hui Zhang a107b75bac transform; librispeech/s2 data process ok
3 years ago
TianYuan 2e9d9dc9a7 Merge branch 'develop' of github.com:PaddlePaddle/DeepSpeech into merge_parakeet
3 years ago
TianYuan 3ce5dff460 refactor parakeet examples
3 years ago
Hui Zhang 614a004c37 update librispeech/s2 result
3 years ago
Hui Zhang a37cfbfb96 add fbank/pitch conf
3 years ago
Hui Zhang 7509dc4056 update path and flac
3 years ago
Hui Zhang 871fc5b70d more utils to support kaldi/espnet data preocess
3 years ago
Hui Zhang c5f6692191 update lirbi s2 result
3 years ago
Hui Zhang 12f788dd0e
Merge branch 'develop' into join_ctc
3 years ago
Hui Zhang 7cfb3334e3
Merge pull request #927 from PaddlePaddle/nn_ctc
3 years ago
Hui Zhang dfd80b3aa2 recog into decoders, format code
3 years ago
Hui Zhang a4e27da64b decoder with ctc prefix score
3 years ago
Hui Zhang 7d54ee4d1d ctc_grad_norm_type by null
3 years ago
Hui Zhang 30499a7654 not change ctc grad manual
3 years ago