TianYuan
|
0727984873
|
Add export2lite, test=tts (#2636)
|
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
|
e8656fdfba
|
update version of paddle2onnx, test=tts (#2347)
|
2 years ago |
李子
|
5a58a27492
|
[TTS]指定G2PW的传入数据类型 , test=tts (#2288)
* fix ONNXRuntimeError Specify data type (int64),test=tts
* Tactron2→Tacotron2 ,test=doc
|
2 years ago |
TianYuan
|
1f128a0817
|
Merge pull request #2117 from yt605155624/ernie_sat_trainer
[TTS]add ernie sat trainer
|
2 years ago |
liangym
|
b2baf1450a
|
Merge pull request #2159 from yt605155624/add_blank
[TTS]update vits ckpt
|
2 years ago |
TianYuan
|
378d25aef8
|
update vits ckpt, test=tts
|
2 years ago |
TianYuan
|
94688264c7
|
add ernie sat model file and config
|
2 years ago |
TianYuan
|
60c1a1e575
|
Merge pull request #2087 from yt605155624/add_blank
[TTS]install CPython version monotonic_align before training
|
2 years ago |
TianYuan
|
b2b05a0bc7
|
add vits ckpt, test=doc
|
2 years ago |
TianYuan
|
e3075e7917
|
install CPython version monotonic_align before train, test=tts
|
2 years ago |
TianYuan
|
6a45c5c3f5
|
add tts static/onnx models' link in released_model.md, test=doc
|
2 years ago |
TianYuan
|
7743c6a1ff
|
add onnx models for aishell3/ljspeech/vctk's tts3/voc1/voc5, test=tts
|
2 years ago |
TianYuan
|
1731976e4e
|
add blank between characters for vits, test=tts
|
2 years ago |
TianYuan
|
7bc54cbbe6
|
Merge pull request #1957 from yt605155624/vits_doc
[doc]add VITS readme, test=tts
|
2 years ago |
TianYuan
|
f9f014d159
|
add VITS readme, test=tts
|
2 years ago |
TianYuan
|
7a88e3f4e4
|
update readme, test=doc
|
2 years ago |
TianYuan
|
8db06444c5
|
add vits trainer and synthesize
|
3 years ago |
TianYuan
|
4b7786f2ed
|
add vits network scripts, test=tts
|
3 years ago |
TianYuan
|
a7402203ec
|
Merge branch 'develop' of github.com:PaddlePaddle/PaddleSpeech into update_paddle2onnx
|
3 years ago |
TianYuan
|
b55865b228
|
update version of paddle2onnx, test=tts
|
3 years ago |
TianYuan
|
08a4673355
|
fix wavernn bug, test=tts
|
3 years ago |
TianYuan
|
c74fa9ada8
|
restructure syn_utils.py, test=tts
|
3 years ago |
Hui Zhang
|
b78bc6375b
|
Merge pull request #1712 from yt605155624/add_cnndecoder_onnx
[TTS]add fastspeech2 cnndecoder onnx model
|
3 years ago |
TianYuan
|
da93f944e6
|
update, test=doc
|
3 years ago |
TianYuan
|
dafe7c3657
|
add fastspeech2 cnndecoder onnx model, test=tts
|
3 years ago |
TianYuan
|
7dcfc4aa95
|
[doc]add pwgan onnx model, test=doc
|
3 years ago |
TianYuan
|
8b801ca18b
|
change NLC to NCL in speedyspeech, test=tts
|
3 years ago |
TianYuan
|
c674e59b91
|
update readme, test=doc
|
3 years ago |
TianYuan
|
0282d45c62
|
remove fill_constant_batch_size_like in static model of speedyspeech, test=tts
|
3 years ago |
TianYuan
|
30628f6832
|
update readme, test=doc
|
3 years ago |
TianYuan
|
21c75684ac
|
add paddle2onnx, test=tts
|
3 years ago |
TianYuan
|
d592f25279
|
add onnx inference for fastspeech2 + hifigan/mb_melgan, test=tts
|
3 years ago |
TianYuan
|
7aecb2c4bb
|
add onnx inference for fastspeech2 + hifigan/mb_melgan, test=tts
|
3 years ago |
TianYuan
|
78219cef7b
|
add cnndecoder pretrained model, test=doc
|
3 years ago |
TianYuan
|
4d7cd0e063
|
add streaming synthesize, test=tts
|
3 years ago |
TianYuan
|
005aa4066c
|
Merge branch 'develop' of github.com:PaddlePaddle/PaddleSpeech into cnn_decoder
|
3 years ago |
TianYuan
|
0fc79f474d
|
add CNNDecoder, test=tts
|
3 years ago |
TianYuan
|
e52fc08c58
|
update readme, test=doc
|
3 years ago |
TianYuan
|
bc5ae43d3a
|
restructure expand in length_regulator.py for paddle2onnx, test=tts
|
3 years ago |
TianYuan
|
bf587ba879
|
update synthesize_e2e.sh, test=tts
|
3 years ago |
TianYuan
|
589f780850
|
fix synthesize bug for speedyspeech, test=tts
|
3 years ago |
TianYuan
|
641984ae30
|
add code annotation, test=tts
|
3 years ago |
TianYuan
|
cb07bd2a94
|
add rtf for synthesize, add more vocoder for synthesize_e2e.sh, test=tts
|
3 years ago |
TianYuan
|
ebef10efcd
|
Update README.md
|
3 years ago |
TianYuan
|
a8cac30bd6
|
Create README.md
|
3 years ago |
TianYuan
|
b6fbacdd9b
|
Merge pull request #1436 from yt605155624/rename_tacotron2
[TTS]Rename tacotron2
|
3 years ago |
TianYuan
|
e7adc854d4
|
Update README.md
|
3 years ago |
TianYuan
|
6a19de44ff
|
Update README.md
|
3 years ago |
TianYuan
|
7dc1f2daa3
|
fix some librosa bugs, test=tts
|
3 years ago |