Honei
940602adbe
convert voxceleb trial to kaldi format trial
3 years ago
TianYuan
1b0c034134
update wavernn, test=tts
3 years ago
TianYuan
89e69ee10e
[TTS]fix tacotron2 dygraph to static ( #1414 )
...
* fix tacotron2 dygraph to static , test=tts
* fix tacotron2 dygraph to static , test=tts
* simplify synthesize_e2e.py , test=tts
3 years ago
TianYuan
001afee644
fix wavernn dygraph to static , test=tts
3 years ago
TianYuan
2844f388dc
[doc ]add tacotron2 readme ( #1385 )
...
* add tacotron2 readme, test=doc
* update changelog.md, test=doc
3 years ago
TianYuan
2071774d81
add wavernn in synthesize_e2e, test=tts
3 years ago
TianYuan
4c3e57a23c
align preprocess of wavernn, test=tts
3 years ago
qingen
7413c9e48a
Merge pull request #1335 from qingen/test-pr
...
[vector] add DER scripts, AMI data preparation scripts
3 years ago
qingen
9c2a23e15e
[vector] add AMI data preparation scripts
3 years ago
TianYuan
fb0acd40a2
add wavernn, test=tts
3 years ago
Jackwaterveg
d7222c0453
[ASR] Support CTC decoder online ( #821 )
...
* fix the destructer problem for prefixes
* unified offline and online in ctcdecoders, test=asr
* rename swig_decoders to paddlespeech_ctcdecoders, test=asr
* add reset_stage for ctcdecoder
* fix some problems
* fix ctconline
* fix a bug
* fix the format
* fix 1xt2x
3 years ago
qingen
1899200cae
[vector] add AMI data preparation scripts
3 years ago
qingen
9d32f62f48
[vector] add AMI data preparation scripts
3 years ago
TianYuan
49fd55dc16
Merge pull request #1366 from Jackwaterveg/fix
...
[Others]fix g2p
3 years ago
TianYuan
9764535d3d
Update run.sh
3 years ago
Jackwaterveg
89a5c4ec5b
Update run.sh
3 years ago
huangyuxin
baccedee54
fix g2p, test=doc
3 years ago
Hui Zhang
b4f621b9d5
add esc50 reference
3 years ago
Jackwaterveg
2082b89d12
Update chunk_decode.yaml
3 years ago
TianYuan
96323816e9
fix yamls, change labels to stop_labels, test=tts
3 years ago
TianYuan
1bf1a876ae
Merge branch 'develop' of https://github.com/PaddlePaddle/PaddleSpeech into add_new_tacotron2, test=tts
3 years ago
TianYuan
41d24337cb
fix fastspeech2 multi speaker to static, test=tts
3 years ago
TianYuan
1a9e59612a
fix fastspeech2 multi speaker to static, test=tts
3 years ago
Junkun
44408e5211
sync the variable name to others
3 years ago
Junkun
f866059b74
config and formalize
3 years ago
TianYuan
d50d195145
update frontend readme, test=doc
3 years ago
TianYuan
8f507ba4ba
Merge pull request #1302 from jerryuhoo/develop
...
[TTS] Add support for finetuning speedyspeech
3 years ago
TianYuan
89e988a69e
add csmsc tacotron2, test=tts
3 years ago
TianYuan
c088b9a304
add csmsc tacotron2
3 years ago
Jackwaterveg
e7189b216c
Update chunk_decode.yaml
3 years ago
Jerryuhoo
75c2bd5faf
fix link_wav.py path, test=tts
3 years ago
TianYuan
fb238d83f4
update vctk voc1, test=tts ( #1294 )
3 years ago
Jackwaterveg
9c1e098693
[Asr][Config] fix config ( #1293 )
...
* fix config, test=asr
* fix config, test=doc_fix
3 years ago
Jackwaterveg
494d6f8b6b
[ASR][Config]fix config ( #1290 )
...
* fix config, test=asr
* fix config, test=doc_fix
3 years ago
billishyahao
ddf184be60
fix some typos
3 years ago
Jerryuhoo
d6e9b76e76
change link_wav.py path, test=tts
3 years ago
Jerryuhoo
ea8977555f
Simplify link_wav.py path
3 years ago
Jerryuhoo
c94f346207
move link_wav.py to paddlespeech/t2s/exps/gan_vocoder/
...
move link_wav.py to paddlespeech/t2s/exps/gan_vocoder/ so that different vocoders can use one script.
3 years ago
Jerryuhoo
76f98c6f69
add --dataset and --rootdir to voc3 finetune script
...
add --dataset and --rootdir to voc3 finetune script, also remove --speaker-dict in voc5.
3 years ago
Jerryuhoo
e239ee1cd2
add multi-speaker support for finetuning hifigan vocoder
3 years ago
huangyuxin
07d457859d
use pre-commit, test=doc_fix
3 years ago
TianYuan
680eac02b9
[tts]Update mb melgan ( #1272 )
...
* update mb melgan
* update mb melgan, test=tts
3 years ago
Jackwaterveg
66a615555d
revise aishell_asr0 Result, test=doc_fix
3 years ago
Hui Zhang
2316e5cb8a
Update README.md
3 years ago
TianYuan
98ce69d0aa
Merge pull request #1259 from jerryuhoo/develop
...
[TTS]Add multi-speaker support for the SpeedySpeech model
3 years ago
huangyuxin
455bf477a4
fix some bug, test=asr
3 years ago
huangyuxin
ffadbe22a7
merge the develop, test=asr
3 years ago
huangyuxin
d5f05edc2e
fix some bug, test=asr
3 years ago
huangyuxin
8b63485ce3
fix some bug, test=asr
3 years ago
Jerryuhoo
1323242e2d
Merge branch 'develop' of https://github.com/jerryuhoo/PaddleSpeech into develop
3 years ago
Jerryuhoo
6327949790
add speaker dict path
3 years ago
limingshu
50752f8bc4
first commit ( #1261 )
3 years ago
huangyuxin
3e2cc898cb
remove default cfg and fix some bugs,test=asr
3 years ago
Jerryuhoo
f191d0b022
change speaker embedding position
...
Change speaker embedding position into the encoder.
3 years ago
Jerryuhoo
11991b6d35
add multi-speaker support for speedyspeech
3 years ago
huangyuxin
a1d8ab0f99
merge the develop
3 years ago
huangyuxin
c907a8deda
change all recipes
3 years ago
TianYuan
326fcd520a
fix config, test=tts
3 years ago
Junkun Chen
420709e5ce
[st] Distributed sampler and new dataloader with MIMO ( #1239 )
...
* update timit result, test=doc_fix
* result update
* fix bug
* add triplet loader
* empty preprocess file
* sync to u2, updating
* sync to u2 config
* fix bugs
* code refine
* update config
* customize decoding batch size
* update optimizer and lr scheduler
* minor
* minor
* minor
* fix bugs of refs
* minor
* distributed sampler
* minor
* refine the loader
3 years ago
huangyuxin
41eeed0450
add librispeech asr1
3 years ago
huangyuxin
fb6d1e2c11
merge the develop
3 years ago
huangyuxin
960658f669
add the whole of aishell asr1
3 years ago
TianYuan
42c109216d
[tts]add style melgan pretraied model ( #1228 )
...
* add style melgan pretraied model
* add style melgan pretraied model, test=tts
Co-authored-by: Hui Zhang <zhtclz@foxmail.com>
3 years ago
Hui Zhang
bb2a370b23
[asr] remove useless conf of librispeech ( #1227 )
...
* remve useless conf
* format code
* update conf
* update conf
* update conf
3 years ago
huangyuxin
c40b6f4062
refactor the train and test config,test=asr
3 years ago
TianYuan
5692b0ff04
fix log for t2s ( #1219 )
3 years ago
TianYuan
bef481e010
Update README.md
3 years ago
TianYuan
b031ee43c4
Merge pull request #1215 from yt605155624/refactor_punc
...
[text]Refactor punc
3 years ago
TianYuan
e1798e1eeb
update
3 years ago
TianYuan
8587384f9d
update readme
3 years ago
TianYuan
15b8904fa1
refactor punc
3 years ago
KP
759e840d5d
[Doc]Updata RESULTS.md. test=doc_fix ( #1205 )
...
* Updata RESULTS.md. test=doc_fix
* Updata RESULTS.md. test=doc_fix
3 years ago
KP
1632af7706
Update examples/esc50. ( #1203 )
3 years ago
Hui Zhang
db121226b8
clean aishell asr1 conf & compare ctc loss with torch and warpctc_pytorch ( #1191 )
3 years ago
KP
00ddeb2159
Updata README of punc example. test=doc_fix
3 years ago
TianYuan
42b2c013e2
Update README.md
3 years ago
Hui Zhang
d852aee2ff
[asr] logfbank with dither ( #1179 )
...
* fix logfbank dither
* format
3 years ago
TianYuan
9be59e9cef
update readme, test=doc_fix
3 years ago
TianYuan
b71657f37e
update hifigan readme, test=doc_fix
3 years ago
TianYuan
d607629e1a
update hifigan readme, test=doc_fix
3 years ago
Jerryuhoo
4871c48924
Fix README.md typo
3 years ago
TianYuan
19ef7210a0
[TTS]Add hifigan ( #1097 )
...
* add hifigan
* add hifigan
* integrate synthesize synthesize_e2e, inference for tts, test=tts
* add some python files, test=tts
* update readme, test=doc_fix
3 years ago
TianYuan
675cff258b
[TTS]fix praatio version, test=tts ( #1158 )
...
* fix praatio version, test=tts
* fix praatio version, test=tts
3 years ago
TianYuan
69138a2c85
update readme, test=doc_fix ( #1156 )
3 years ago
Jackwaterveg
989a89f4a8
fix the test_wav,test=asr ( #1148 )
3 years ago
Jackwaterveg
2c4177051b
test=asr ( #1140 )
3 years ago
Junkun Chen
9d28f86dc1
update timit result, test=doc_fix ( #1147 )
3 years ago
Jackwaterveg
9ff12d3ffc
st1,test=doc_fix ( #1145 )
3 years ago
Jackwaterveg
6970ac726a
[README] st0, test=doc_fix ( #1144 )
...
* test=doc_fix
* test=doc_fix
* test=doc_fix
* test=doc_fix
3 years ago
Jackwaterveg
bf54bd629f
[README]add for librispeech asr2 ( #1141 )
...
* test=doc_fix
* test=doc_fix
3 years ago
Jackwaterveg
2ace03030a
fix the run.sh, test=doc_fix ( #1139 )
3 years ago
Jackwaterveg
6b606fc602
[READEME] tiny asr1 ( #1138 )
...
* test=doc_fix
* test=doc_fix
3 years ago
Jackwaterveg
96fa8889be
[README] tiny asr0 ( #1137 )
...
* test=doc_fix
* test=doc_fix
3 years ago
Jackwaterveg
14d2cf9d74
[READEME] librispeech asr0 ( #1136 )
...
* test=doc_fix
* test=doc_fix
* test=doc_fix
* test=doc_fix
3 years ago
Jackwaterveg
fba8186c1f
[README]aishell_asr0 ( #1135 )
...
* test=doc_fix
* test=doc_fix
* test=doc_fix
* test=doc_fix
3 years ago
Jackwaterveg
68164dd39f
[asr]rename test_hub to test_wav ( #1132 )
...
* add the readme, librispeech_asr1
* fix the test_hub
* test=asr
3 years ago
Hui Zhang
41704e1f90
Merge pull request #1130 from PaddlePaddle/Jackwaterveg-patch-3
...
Update README.md
3 years ago
Jackwaterveg
34fd26bd39
[Readme] librispeech asr1 ( #1129 )
...
* add the readme, librispeech_asr1
* Create READMe.md
test=doc_fix
* Update READMe.md
test=doc_fix
* Rename READMe.md to README.md
test=doc_fix
* test=doc_fix
3 years ago
Jackwaterveg
d5f999f9de
Update README.md
...
test=doc_fix
3 years ago
KP
074559fe90
[CLI][Demo][Text]Refactor punctuation_restoration. ( #1013 )
...
* Refactor punctuation_restoration.
* Add text cli and punc demo.
3 years ago