Hui Zhang
9727e67a3f
add ssml unit test
1 year ago
Hui Zhang
4d867700eb
move ssl into t2s.frontend; fix spk_id for 0-D tensor;
1 year ago
Hui Zhang
42f2186d71
more comment on tts frontend
1 year ago
Hui Zhang
8aa9790c75
Merge pull request #3305 from zh794390558/tts
...
[t2s] add assets and tts codeswitch scripts
1 year ago
Hui Zhang
46de1b0379
Merge pull request #3268 from shuishu/patch-1
...
[TTS][tn]Update phonecode.py
1 year ago
Hui Zhang
6b4d1f80ac
add t2s assets
1 year ago
zxcd
9b8ac050de
add dtype param for arange API. ( #3302 )
1 year ago
Hui Zhang
6e7c71b26c
refactor rhy
1 year ago
jiamingkong
8432e8626f
Final cleaning; Modified SSL/infer.py and README for wavlm inclusion in model options
1 year ago
jiamingkong
ba874db5dc
Fixed the transpose usages ignored before
1 year ago
jiamingkong
0e2068e2cf
Code clean up for CIs
1 year ago
jiamingkong
3ef28dee45
Merge branch 'PaddlePaddle:develop' into develop
1 year ago
Hui Zhang
4453430ac0
Merge pull request #3265 from zoooo0820/fix_0d_error
...
fix error in tts and st for 0-d tensor
2 years ago
jiamingkong
2ea00755f7
Changed the MD5 of the pretrained tar file due to bug fixes
2 years ago
jiamingkong
232dcf8660
Adapted wavlmASR model to pretrained weights and CLI
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
jiamingkong
60bd7f202e
Code clean up according to comments in https://github.com/PaddlePaddle/PaddleSpeech/pull/3242
2 years ago
zxcd
b1b8859290
fix model m5s
2 years ago
jiamingkong
3b6651ba7c
Adding WavLM implementation
2 years ago
guanyc
5f53e902e1
fix: 🐛 修复服务端 python ASREngine 无法使用conformer_talcs模型 ( #3230 )
...
* fix: 🐛 fix python ASREngine not pass codeswitch
* docs: 📝 Update Docs
* 修改模型判断方式
2 years ago
zxcd
caca8e2f12
[ASR] fix asr 0-d tensor. ( #3214 )
...
* fix asr infer.py
* add readme.
2 years ago
TianHao Zhang
12e3e76092
[ASR] Support Hubert, fintuned on the librispeech dataset ( #3088 )
...
* librispeech hubert, test=asr
* librispeech hubert, test=asr
* hubert decode
* review
* copyright, notes, example related
* hubert cli
* pre-commit format
* fix conflicts
* fix conflicts
* doc related
* doc and train config
* librispeech.py
* support hubert cli
2 years ago
Hui Zhang
8371d14f5d
Merge pull request #3167 from zxcd/amp
...
[ASR] add amp for U2 conformer
2 years ago
Hui Zhang
225737d4e3
[s2t] fix cli args to config ( #3194 )
...
* fix cli args to config
* fix train cli
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
zxcd
bc365cbb52
Merge branch 'develop' into amp
2 years ago
zxcd
9d8660b2f6
add new aishell model for better CER.
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
Hui Zhang
df3be4acae
[s2t] move s2t data preprocess into paddlespeech.dataset ( #3189 )
...
* move s2t data preprocess into paddlespeech.dataset
* avg model, compute wer, format rsl into paddlespeech.dataset
* fix format rsl
* fix avg ckpts
2 years ago
Shuangchi He
8c7859d3bc
Fix some typos. ( #3178 )
...
Signed-off-by: Yulv-git <yulvchi@qq.com>
2 years ago
Hui Zhang
35d874c532
[s2t] mv dataset into paddlespeech.dataset ( #3183 )
...
* mv dataset into paddlespeech.dataset
* add aidatatang
* fix import
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
PiaoYang
5a0103b2ae
[BUG] Fix progress bar unit. ( #3177 )
2 years ago
ljhzxc
dc56c3a10e
[TTS] [黑客松]Add JETS ( #3109 )
2 years ago
TianYuan
bd0d69ca74
[TTS]add StarGANv2VC preprocess ( #3163 )
2 years ago
zxcd
a1e5f27003
mv scaler.unscale_ blow grad_clip.
2 years ago
zxcd
7399d560e7
fix scaler save and load.
2 years ago
zxcd
2f4414a5f8
fix scaler save
2 years ago
zxcd
fbd27aab41
add amp for U2 conformer.
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
TianYuan
6894a2a77d
[TTS]fix elementwise_floordiv's fill_constant ( #3075 )
...
* fix elementwise_floordiv's fill_constant
* add float converter for min_value in attention
2 years ago