liangym
|
1afd14acd9
|
[TTS]add Diffsinger with opencpop dataset (#3005)
|
2 years ago |
MistEO
|
319c805968
|
[TTS] Support set device id for tts prediction, test=tts (#3019)
|
2 years ago |
JiehangXie
|
59cabdc967
|
[TTS]Cli Cantonese onnx, test=tts (#2990)
Co-authored-by: TianYuan <white-sky@qq.com>
|
2 years ago |
TianYuan
|
f7fd111647
|
[TTS]add StarGANv2-VC model scripts (#2842)
|
2 years ago |
TianYuan
|
ad239eb444
|
[TTS]add VITS inference (#2972)
|
2 years ago |
TianYuan
|
84f751f529
|
[TTS]vits dygraph to static (#2883)
Co-authored-by: 0x45f <wangzhen45@baidu.com>
|
2 years ago |
HuangLiangJie
|
11bc392617
|
[TTS]Canton phonetic fix, test=tts (#2950)
|
2 years ago |
liangym
|
d9b041e999
|
[TTS]Cli male onnx (#2945)
|
2 years ago |
JiehangXie
|
a5c0bffd2a
|
add Cantonese test examples (#2937)
|
2 years ago |
HuangLiangJie
|
1af9bd47d9
|
[TTS]Cantonese FastSpeech2 e2e infer, test=tts (#2927)
|
2 years ago |
HuangLiangJie
|
acfa057dc7
|
[TTS]Cantonese FastSpeech2 Training, test=tts (#2907)
|
2 years ago |
TianYuan
|
a283f8a57e
|
[TTS]fix open encoding (#2865)
|
2 years ago |
HuangLiangJie
|
140aed4b54
|
[TTS]VITS init sampler reverse, test=tts (#2843)
|
2 years ago |
HuangLiangJie
|
964211a81b
|
Change optimizer for vits, test=tts (#2791)
|
2 years ago |
HuangLiangJie
|
2e51e0da90
|
[TTS]Fix attention bugs and sort VITS data with feats_lengths (#2770)
|
2 years ago |
TianYuan
|
979bbd9dcb
|
add mkldnn and trt config for paddleInference (#2748)
|
2 years ago |
TianYuan
|
3f6afc4834
|
[TTS]Add slim for TTS (#2729)
|
2 years ago |
HuangLiangJie
|
a874d8f325
|
Add prosody prediction in synthesize_e2e, test=tts (#2693)
|
2 years ago |
TianYuan
|
62357d876c
|
[TTS]rm paddlelite in setup.py (#2713)
* rm paddlelite in setup.py
* fix setup.py
|
2 years ago |
TianYuan
|
0b4cf2211d
|
[TTS]Add TTS Paddle-Lite x86 inference (#2667)
* Add export2lite, test=tts
* add tts paddlelite x86 inference, test=tts
* update released_model.md, test=tts
* add paddlelite in setup.py
* update
|
2 years ago |
David An (An Hongliang)
|
8a5fe83e1d
|
add ssml sentences.txt (#2620)
|
2 years ago |
liangym
|
e18170228c
|
[tts] add adversarial loss (#2588)
|
2 years ago |
david.95
|
ed0138c6e3
|
add condition check if a ssml input and filter space line, test=tts
|
2 years ago |
david.95
|
13a7fa9808
|
enable chinese words' pinyin specified in text of ssml formats, test=tts
|
2 years ago |
TianYuan
|
52af86fcc3
|
fix ERNIE-SAT bug when edit the end of sentenses, test=doc (#2432)
|
2 years ago |
TianYuan
|
b14da765e8
|
frm random spk embedding in voice cloning, test=doc (#2429)
|
2 years ago |
TianYuan
|
80b180217d
|
[TTS] fix some bugs of ERNIE-SAT (#2378)
* fix ernie_sat, test=tts
* fix for comments, test=tts
|
2 years ago |
WongLaw
|
989b755e8e
|
Revised must_neural_tone_words, test=doc. (#2370)
* Revised must_neural_tone_words.
|
2 years ago |
TianYuan
|
7e4f3b029c
|
Merge pull request #2359 from yt605155624/add_vc2
[TTS]add aishell3 voice cloning with ECAPA-TDNN spk encoder
|
2 years ago |
TianYuan
|
f7873773bf
|
uadd __init__.py for VITS, test=tts (#2362)
|
2 years ago |
TianYuan
|
35c6ffa90b
|
Merge branch 'develop' of https://github.com/PaddlePaddle/PaddleSpeech into add_vc2
|
2 years ago |
TianYuan
|
e622f42d92
|
add aishell3 voice cloning with ECAPA-TDNN spk encoder
|
2 years ago |
艾梦
|
ea9ee93739
|
[TTS]Update VITS to support VITS and its voice cloning training on AIShell-3 (#2268)
* code for training vits voice clone on aishell3.
Co-authored-by: TianYuan <white-sky@qq.com>
|
2 years ago |
TianYuan
|
795eb7bd10
|
format paddlespeech with pre-commit (#2331)
|
2 years ago |
TianYuan
|
c1d4551055
|
add ernie sat synthesize_e2e, test=tts (#2287)
|
2 years ago |
pangchao04
|
b9be2bd64a
|
add ernie-sat sampler
|
2 years ago |
TianYuan
|
8dbefc0165
|
fix preprocess bug, add hifigan_csmsc decoder, update readme
|
2 years ago |
lym0302
|
368e3e1b59
|
Merge branch 'develop' of https://github.com/PaddlePaddle/PaddleSpeech into mix_example
|
2 years ago |
lym0302
|
894556f871
|
add zh_en mix example, test=tts
|
2 years ago |
TianYuan
|
c3d47441cf
|
fix fs bug in inference.py (change fixed 24000 to variable for ljspeech)
|
2 years ago |
TianYuan
|
b9ade18055
|
add onnxruntime infer for cli
|
2 years ago |
TianYuan
|
1f128a0817
|
Merge pull request #2117 from yt605155624/ernie_sat_trainer
[TTS]add ernie sat trainer
|
2 years ago |
TianYuan
|
1bf78fa5c7
|
updatte batch_fn train.py, test=doc
|
2 years ago |
TianYuan
|
9d4161ce5f
|
update config, test=doc
|
2 years ago |
lym0302
|
e1f8695456
|
add mix tts, test=tts
|
2 years ago |
TianYuan
|
97965f4c37
|
fix mlm_prob, test=tts
|
2 years ago |
TianYuan
|
72fa8176ca
|
fix for mix_lang
|
2 years ago |
TianYuan
|
5503c8bd6b
|
add ernie_sat synthesize script for metadata.jsonl, test=tts
|
2 years ago |
lym0302
|
207bb5d93b
|
add mix frontend, test=tts
|
2 years ago |
TianYuan
|
028742b69a
|
update lr scheduler
|
2 years ago |