Commit Graph

351 Commits (r1.5)

Author SHA1 Message Date
TianYuan fc670339d1
[TTS]Fix losses of StarGAN v2 VC (#3184)
2 years ago
Shuangchi He 8c7859d3bc
Fix some typos. (#3178)
2 years ago
WongLaw 47e31f46cb VITS learning rate revised, test=tts
2 years ago
WongLaw 414de3747c VITS learning rate revised, test=tts
2 years ago
TianYuan 3ad55a31e7
[TTS]StarGANv2 VC fix some trainer bugs, add add reset_parameters (#3182)
2 years ago
ljhzxc dc56c3a10e
[TTS] [黑客松]Add JETS (#3109)
2 years ago
TianYuan bd0d69ca74
[TTS]add StarGANv2VC preprocess (#3163)
2 years ago
TianYuan c7d24ba42c
fix some preprocess bugs (#3155)
2 years ago
longRookie df37798598
[TTS]【Hackathon + No.190】 + 模型复现:iSTFTNet (#3006)
2 years ago
TianYuan 72aa19c32c
[TTS]add starganv2 vc trainer (#3143)
2 years ago
TianYuan 54ef90fcec
[TTS]Fix VITS lite infer (#3098)
2 years ago
liangym e83b491c34
rm unused dep, test=tts (#3097)
3 years ago
TianYuan 6894a2a77d
[TTS]fix elementwise_floordiv's fill_constant (#3075)
3 years ago
TianYuan 0a2e367ff4
[TTS]clean starganv2 vc model code and add docstring (#2987)
3 years ago
liangym 880c172db7
[TTS] add svs frontend (#3062)
3 years ago
TianYuan d5720e4e7b
fix input dtype of elementwise_mul op from bool to int64 (#3054)
3 years ago
TianYuan 706a68bde9
fix dtype diff of last expand_v2 op of VITS (#3041)
3 years ago
liangym 348064de0d
[TTS] add opencpop HIFIGAN example (#3038)
3 years ago
liangym 435fc5cc19
[TTS] add opencpop PWGAN example (#3031)
3 years ago
TianYuan 271112ca69
fix vits reduce_sum's input/output dtype, test=tts (#3028)
3 years ago
liangym 1afd14acd9
[TTS]add Diffsinger with opencpop dataset (#3005)
3 years ago
MistEO 319c805968
[TTS] Support set device id for tts prediction, test=tts (#3019)
3 years ago
TianYuan 528ae58a67
[TTS]remove pad op in static model by replace F.pad with nn.Pad1D and nn.Pad2D (#3002)
3 years ago
JiehangXie 59cabdc967
[TTS]Cli Cantonese onnx, test=tts (#2990)
3 years ago
mooncake c02bc087f6
rearrange-encoder-infer-param (#2983)
3 years ago
TianYuan f7fd111647
[TTS]add StarGANv2-VC model scripts (#2842)
3 years ago
TianYuan ad239eb444
[TTS]add VITS inference (#2972)
3 years ago
TianYuan 84f751f529
[TTS]vits dygraph to static (#2883)
3 years ago
HuangLiangJie 11bc392617
[TTS]Canton phonetic fix, test=tts (#2950)
3 years ago
TianYuan c8d5a01bdb
[TTS]fix dygraph to static for tacotron2, test=doc (#2426)
3 years ago
liangym d9b041e999
[TTS]Cli male onnx (#2945)
3 years ago
JiehangXie a5c0bffd2a
add Cantonese test examples (#2937)
3 years ago
HuangLiangJie 1af9bd47d9
[TTS]Cantonese FastSpeech2 e2e infer, test=tts (#2927)
3 years ago
HuangLiangJie acfa057dc7
[TTS]Cantonese FastSpeech2 Training, test=tts (#2907)
3 years ago
艾梦 bcd8e309ec
[TTS]Add diffusion noise clip to optimize sample result (#2902)
3 years ago
章宏彬 c764710aa1
[TTS]Avoid using variable "attn_loss" before assignment (#2860)
3 years ago
TianYuan a283f8a57e
[TTS]fix open encoding (#2865)
3 years ago
艾梦 a55fd2e556
[TTS]Fix diffusion wavenet denoiser final conv init param (#2868)
3 years ago
QuanZ9 ac3ed3c5a8
Update zh_frontend.py (#2863)
3 years ago
HuangLiangJie 140aed4b54
[TTS]VITS init sampler reverse, test=tts (#2843)
3 years ago
艾梦 57b9d4bca4
add diffusion module for training diffsinger (#2832)
3 years ago
TianYuan 1fd38c0e8b
fix o (#2831)
3 years ago
晋东毅 742523fb38
[tts]For mixed Chinese and English speech synthesis, add SSML support for Chinese (#2830)
3 years ago
HuangLiangJie faa2f86651
[TTS]update VITS init method (#2809)
3 years ago
HuangLiangJie 964211a81b
Change optimizer for vits, test=tts (#2791)
3 years ago
HuangLiangJie 2e51e0da90
[TTS]Fix attention bugs and sort VITS data with feats_lengths (#2770)
3 years ago
TianYuan 979bbd9dcb
add mkldnn and trt config for paddleInference (#2748)
3 years ago
TianYuan 3f6afc4834
[TTS]Add slim for TTS (#2729)
3 years ago
HuangLiangJie a874d8f325
Add prosody prediction in synthesize_e2e, test=tts (#2693)
3 years ago
TianYuan 62357d876c
[TTS]rm paddlelite in setup.py (#2713)
3 years ago
David An (An Hongliang) bd01bc155d
add greek char and fix issue2571 (#2683)
3 years ago
TianYuan 0b4cf2211d
[TTS]Add TTS Paddle-Lite x86 inference (#2667)
3 years ago
David An (An Hongliang) 1c3d2cb89e
add double byte char for zh normalization (#2661)
3 years ago
kFoodie dc9d3baf51
Update onnx_api.py (#2664)
3 years ago
HuangLiangJie b7312e9f0b
Revised TN qualifier for measure notation, test=tts (#2629)
3 years ago
David An (An Hongliang) 8a5fe83e1d
add ssml sentences.txt (#2620)
3 years ago
liangym e18170228c
[tts] add adversarial loss (#2588)
3 years ago
TianYuan 9aab706cba
fix frontend bug, test=tts (#2606)
3 years ago
david.95 ed0138c6e3 add condition check if a ssml input and filter space line, test=tts
3 years ago
david.95 3ac7ac253f fix review issue,test=tts
3 years ago
David An (An Hongliang) 103e46f819
Merge branch 'PaddlePaddle:develop' into hongliang1014
3 years ago
TianYuan 2d71577e75
fix g2p (#2539)
3 years ago
david.95 f295d2d445 remove useless code
3 years ago
david.95 89e9ea69eb modify __init__
3 years ago
david.95 1067088deb modify __init__
3 years ago
david.95 f56cc08b18 add license content, test=tts
3 years ago
david.95 29508f400b to fix CI issue, test=tts
3 years ago
david.95 278c7a41a8 add module define to fix ci, test=tts
3 years ago
david.95 13a7fa9808 enable chinese words' pinyin specified in text of ssml formats, test=tts
3 years ago
liangym 0359c3f6b5
Fix mix front (#2493)
3 years ago
TianYuan 52af86fcc3
fix ERNIE-SAT bug when edit the end of sentenses, test=doc (#2432)
3 years ago
TianYuan b14da765e8
frm random spk embedding in voice cloning, test=doc (#2429)
3 years ago
TianYuan 5e714ecb4a
[doc]update api docs (#2406)
3 years ago
TianYuan eac362057c
add typehint for g2pw (#2390)
3 years ago
TianYuan 80b180217d
[TTS] fix some bugs of ERNIE-SAT (#2378)
3 years ago
WongLaw 989b755e8e
Revised must_neural_tone_words, test=doc. (#2370)
3 years ago
TianYuan 7e4f3b029c
Merge pull request #2359 from yt605155624/add_vc2
3 years ago
TianYuan f7873773bf
uadd __init__.py for VITS, test=tts (#2362)
3 years ago
TianYuan 35c6ffa90b Merge branch 'develop' of https://github.com/PaddlePaddle/PaddleSpeech into add_vc2
3 years ago
TianYuan e622f42d92 add aishell3 voice cloning with ECAPA-TDNN spk encoder
3 years ago
TianYuan 1c30cff1bf
fix gpus of ernie_sat, test=tts (#2355)
3 years ago
艾梦 ea9ee93739
[TTS]Update VITS to support VITS and its voice cloning training on AIShell-3 (#2268)
3 years ago
TianYuan 795eb7bd10
format paddlespeech with pre-commit (#2331)
3 years ago
TianYuan 5d5888af8e
fix tone, update readme (#2335)
3 years ago
David An (An Hongliang) f5367f5efb
[TTS]fix bug of tone modify (#2323)
3 years ago
TianYuan 7b864e8f38
clean old ernie sat inference scripts (#2316)
3 years ago
David An (An Hongliang) c7163abffa
add thanks into readme, append data for chinese unit (#2312)
3 years ago
彭震东 c9de22eaa8
[TN] Update quantifiers (#2308)
3 years ago
TianYuan d1c70a7809
fix g2pw model (#2304)
3 years ago
liangym 043b21d3b4
fix mix frontend, test=tts (#2299)
3 years ago
David An (An Hongliang) 25b96405df
add chinese words correct phonic,test=tts (#2300)
3 years ago
TianYuan c1d4551055
add ernie sat synthesize_e2e, test=tts (#2287)
3 years ago
李子 5a58a27492
[TTS]指定G2PW的传入数据类型 , test=tts (#2288)
3 years ago
TianYuan 3f9339edff
Update polyphonic.yaml
3 years ago
TianYuan f9a6970a62
Merge pull request #2263 from oyjxer/pc
3 years ago
lym0302 677e0961a8 fix point bug, test=tts
3 years ago
TianYuan 4a59702d60
Merge pull request #2255 from lym0302/develop
3 years ago
TianYuan f7780658db fix tone sand_hi bugs for Chinese frontend
3 years ago
pangchao04 b9be2bd64a add ernie-sat sampler
3 years ago
lym0302 f8f73e41f0 fix point bug, test=tts
3 years ago