zoooo0820
17f2944a17
fix error in tts/st
2 years ago
Hui Zhang
e3dcfa8815
Merge pull request #3186 from PaddlePaddle/vits_pr
...
[TTS]update lr schedulers from per iter to per epoch for VITS
2 years ago
TianYuan
fc670339d1
[TTS]Fix losses of StarGAN v2 VC ( #3184 )
2 years ago
Shuangchi He
8c7859d3bc
Fix some typos. ( #3178 )
...
Signed-off-by: Yulv-git <yulvchi@qq.com>
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
longRookie
df37798598
[TTS]【Hackathon + No.190】 + 模型复现:iSTFTNet ( #3006 )
...
* iSTFTNet implementation based on hifigan, not affect the function and execution of HIFIGAN
* modify the comment in iSTFT.yaml
* add the comments in hifigan
* iSTFTNet implementation based on hifigan, not affect the function and execution of HIFIGAN
* modify the comment in iSTFT.yaml
* add the comments in hifigan
* add iSTFTNet.md
* modify the format of iSTFTNet.md
* modify iSTFT.yaml and hifigan.py
* Format code using pre-commit
* modify hifigan.py,delete the unused self.istft_layer_id , move the self.output_conv behind else, change conv_post to output_conv
* update iSTFTNet_csmsc_ckpt.zip download link
* modify iSTFTNet.md
* modify hifigan.py and iSTFT.yaml
* modify iSTFTNet.md
2 years ago
TianYuan
72aa19c32c
[TTS]add starganv2 vc trainer ( #3143 )
...
* add starganv2 vc trainer
* fix StarGANv2VCUpdater and losses
* fix StarGANv2VCEvaluator
* add some typehint
2 years ago
TianYuan
0a2e367ff4
[TTS]clean starganv2 vc model code and add docstring ( #2987 )
...
* clean code
* add docstring
2 years ago
TianYuan
d5720e4e7b
fix input dtype of elementwise_mul op from bool to int64 ( #3054 )
2 years ago
TianYuan
706a68bde9
fix dtype diff of last expand_v2 op of VITS ( #3041 )
2 years ago
TianYuan
271112ca69
fix vits reduce_sum's input/output dtype, test=tts ( #3028 )
2 years ago
liangym
1afd14acd9
[TTS]add Diffsinger with opencpop dataset ( #3005 )
2 years ago
TianYuan
528ae58a67
[TTS]remove pad op in static model by replace F.pad with nn.Pad1D and nn.Pad2D ( #3002 )
...
* remove pad op in static model by replace F.pad with nn.Pad1D and nn.Pad2D
* fix variable names
* add note
2 years ago
mooncake
c02bc087f6
rearrange-encoder-infer-param ( #2983 )
2 years ago
TianYuan
f7fd111647
[TTS]add StarGANv2-VC model scripts ( #2842 )
2 years ago
TianYuan
84f751f529
[TTS]vits dygraph to static ( #2883 )
...
Co-authored-by: 0x45f <wangzhen45@baidu.com>
2 years ago
章宏彬
c764710aa1
[TTS]Avoid using variable "attn_loss" before assignment ( #2860 )
...
* Avoid using variable "attn_loss" before assignment
* Update tacotron2_updater.py
---------
Co-authored-by: TianYuan <white-sky@qq.com>
2 years ago
HuangLiangJie
faa2f86651
[TTS]update VITS init method ( #2809 )
2 years ago
liangym
e18170228c
[tts] add adversarial loss ( #2588 )
2 years ago
TianYuan
5e714ecb4a
[doc]update api docs ( #2406 )
...
* update apt docs, test=doc
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
7b864e8f38
clean old ernie sat inference scripts ( #2316 )
2 years ago
TianYuan
c1d4551055
add ernie sat synthesize_e2e, test=tts ( #2287 )
2 years ago
TianYuan
1f128a0817
Merge pull request #2117 from yt605155624/ernie_sat_trainer
...
[TTS]add ernie sat trainer
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
TianYuan
028742b69a
update lr scheduler
2 years ago
TianYuan
94688264c7
add ernie sat model file and config
2 years ago
TianYuan
f6d1c545ac
fromat doc_string
2 years ago
TianYuan
cf846f9ebc
rm extra log
2 years ago
TianYuan
d1aa83a239
Merge pull request #2052 from yt605155624/ernie_sat
...
[TTS]add ernie sat inference
2 years ago
TianYuan
79658a5f20
add ernie sat inference, test=tts
2 years ago
TianYuan
02734141ce
Merge pull request #2040 from yt605155624/add_blank
...
[TTS]add blank between characters for vits
2 years ago
TianYuan
1731976e4e
add blank between characters for vits, test=tts
2 years ago
Hui Zhang
dfdf450b22
fix #2013 ; and format
2 years ago
TianYuan
5ee3cc0c31
Merge pull request #1855 from yt605155624/add_vits
...
[TTS]add vits network scripts, test=tts
3 years ago
TianYuan
327509951f
rm unused comment, test=tts
3 years ago
TianYuan
c1b512c58a
rm fluid in tts, test=tts
3 years ago
TianYuan
8db06444c5
add vits trainer and synthesize
3 years ago
TianYuan
4b7786f2ed
add vits network scripts, test=tts
3 years ago
TianYuan
08a4673355
fix wavernn bug, test=tts
3 years ago
TianYuan
dafe7c3657
add fastspeech2 cnndecoder onnx model, test=tts
3 years ago
TianYuan
8bebf81199
[doc]fix typo, test=doc
3 years ago
TianYuan
8b801ca18b
change NLC to NCL in speedyspeech, test=tts
3 years ago
TianYuan
828ee14404
add license and reference for some models, test=doc
3 years ago
TianYuan
4d7cd0e063
add streaming synthesize, test=tts
3 years ago