megemini
8ee3a7ee40
[Fix] fastspeech2 0d ( #3951 )
3 months ago
megemini
e4038b4b6e
[Hackathon 7th] 修复 `vctk` 的 `ernie_sat` 训练时出现的类型提升问题 ( #3943 )
...
* [Fix] vctk type promotion
* [Fix] type promotion
3 months ago
张春乔
9d16002c23
[Hackathon 7th] fix aishell3/vctk vc0/ernie ( #3928 )
...
* fix aishell3-vc0
* fix aishell3-vc0
* Apply suggestions from code review
* Apply suggestions from code review
3 months ago
megemini
e3c4d4bd7e
[Fix] use reshape instead of view ( #3939 )
3 months ago
cyberslack_lee
a34bf501a5
[Hackathon 7th] 修复 opencopop的svs1中的shape问题 ( #3912 )
...
* fix svs1
* fix
* fix
* fix
* fix
* add comment
3 months ago
zxcd
c0fafd0647
support new inference interface ( #3927 )
...
* pir infer
* add version control
* fix
3 months ago
张春乔
67ae7c8dd2
[Hackathon 7th] fix Voc5/Jets/TTS2 with CSMSC ( #3906 )
...
* fix Voc5/Jets with CSMSC
* fix Voc5/Jets with CSMSC
* Update README.md
* Update README.md
* Update README.md
* Update iSTFTNet.md
* Apply suggestions from code review
* Apply suggestions from code review
* Apply suggestions from code review
3 months ago
张春乔
c33d9bfb50
fix vits with CSMSC ( #3920 )
3 months ago
megemini
3e53497a28
[Hackathon 7th] 修复 vctk 中 `spk_emb` 维度问题 ( #3916 )
...
* [Fix] vctk spk_emb dim
* [Update] dim == 1
4 months ago
Wang Xin
61728f8db6
NumPy compatibility enhancements ( #3907 )
...
* NumPy compatibility enhancements
* update code
4 months ago
megemini
7fd5abd75d
[Fix] max between int and value ( #3903 )
4 months ago
wanx7130
99d4b7061a
Add GCU Backend ( #3875 )
4 months ago
Wang Xin
21b55419c7
fix scipy import error ( #3874 )
4 months ago
undefined
6f84388189
添加量词和单位符号 ( #3837 )
...
* 添加对公里、公引、公丈、公尺、公寸、公分、公釐的支持
> 低于100公里或超过110公里时
先前生成```低于幺零零公里或超过幺幺零公里时```
修改后```低于一百公里或超过一百一十公里时```
* 添加更多单位
4 months ago
zhuyipin
a9ece28ba6
speedyspeech code adapt for mlu ( #3828 )
...
* speedyspeech code adapt for mlu
* fix inference
* fix help message
7 months ago
zhuyipin
0b568136d9
speedyspeech code adapt for npu ( #3804 )
...
* speedyspeech code adapt for npu
* fix npu inference
* fix e2e synthesize
* add paddle version control for memory optim config
* fix code style
* fix code style
* fix help message
* fix code style
* fix help message
7 months ago
Mattheliu
09e5d8a4ac
【Fix Speech Issue No.8】issue 3652 merge_yi function has a bug ( #3786 )
...
* 【Fix Speech Issue No.8】issue 3652 merge_yi function has a bug
* 【Fix Speech Issue No.8】issue 3652 merge_yi function has a bug
9 months ago
gmm
1b8ca706d6
【benchmark】fix gpu_mem unit ( #3634 )
...
* fix profiler
* add max_mem_reserved for benchmark
* fix benchmark
1 year ago
gmm
a1f9339181
【benchmark】add max_mem_reserved for benchmark ( #3604 )
...
* fix profiler
* add max_mem_reserved for benchmark
1 year ago
Kai Song
9a50647592
Add XPU support for FastSpeech2 ( #3514 )
...
* Add XPU support for FastSpeech2
* optimize
2 years ago
Kai Song
08599b7300
Add XPU support for SpeedySpeech ( #3502 )
...
* Add XPU support for SpeedySpeech
* fix typos
* update description of nxpu
2 years ago
gmm
5153ac8318
fix profiler ( #3323 )
2 years ago
Hui Zhang
ffb17a250a
hotfix english G2P
2 years ago
Hui Zhang
89d959fc8e
remove print
2 years ago
Hui Zhang
d53c499447
fix long text oom using ssml; filter comma; update polyphonic
2 years ago
Hui Zhang
108e73e1a0
add mix frontend test
2 years ago
Hui Zhang
40124ed34f
add en_frontend file
2 years ago
Hui Zhang
9727e67a3f
add ssml unit test
2 years ago
Hui Zhang
4d867700eb
move ssl into t2s.frontend; fix spk_id for 0-D tensor;
2 years ago
Hui Zhang
42f2186d71
more comment on tts frontend
2 years ago
Hui Zhang
8aa9790c75
Merge pull request #3305 from zh794390558/tts
...
[t2s] add assets and tts codeswitch scripts
2 years ago
Hui Zhang
46de1b0379
Merge pull request #3268 from shuishu/patch-1
...
[TTS][tn]Update phonecode.py
2 years ago
Hui Zhang
6b4d1f80ac
add t2s assets
2 years ago
shuishu
1f7eabee0f
Update phonecode.py
...
# 固话的正则 错误修改
参考https://github.com/speechio/chinese_text_normalization/blob/master/python/cn_tn.py
固化的正则为:
pattern = re.compile(r"\D((0(10|2[1-3]|[3-9]\d{2})-?)?[1-9]\d{6,7})\D")
2 years ago
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
WongLaw
305375c310
VITS learning rate revised, test=tts
2 years ago
WongLaw
fdeb9b88a7
VITS learning rate revised, test=tts
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
TianYuan
c7d24ba42c
fix some preprocess bugs ( #3155 )
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
54ef90fcec
[TTS]Fix VITS lite infer ( #3098 )
2 years ago
liangym
e83b491c34
rm unused dep, test=tts ( #3097 )
2 years ago