YangZhou
|
4841f94298
|
Merge pull request #2421 from THUzyt21/Deploy-fast-text-model-for-cli
[CLI]Deploy fast text model for cli
|
2 years ago |
Hui Zhang
|
1a1ce92cb4
|
Merge pull request #2415 from Zth9730/u2++_decoder
[s2t] support bitransformer decoder
|
2 years ago |
TianYuan
|
52af86fcc3
|
fix ERNIE-SAT bug when edit the end of sentenses, test=doc (#2432)
|
2 years ago |
tianhao zhang
|
d3e5937591
|
support bitransformer decoder
|
2 years ago |
TianYuan
|
b14da765e8
|
frm random spk embedding in voice cloning, test=doc (#2429)
|
2 years ago |
zhoupc2015
|
2ae0f66d0d
|
Solve "unknown format: 3" (#2422)
* Solve execute the following code with return wav:
iob = io.BytesIO(wav)
wave.open(iob, 'rb')
will throw an "unknown format: 3" exception
|
2 years ago |
tianhao zhang
|
027535dec1
|
support bitransformer decoder, test=asr
|
2 years ago |
THUzyt21
|
bdbacd4249
|
precomited
|
2 years ago |
Zhao Yuting
|
d5dec46336
|
Update README.md
|
2 years ago |
Zhao Yuting
|
18b71dc136
|
Update README.md
|
2 years ago |
tianhao zhang
|
0a95689461
|
support bitransformer decoder
|
2 years ago |
tianhao zhang
|
455379b88e
|
support bitransformer decoder
|
2 years ago |
Zhao Yuting
|
a63a0b1350
|
Update pretrained_models.py
|
2 years ago |
Zhao Yuting
|
12a11394bd
|
Update infer.py
add a new faster model to infer in cli
|
2 years ago |
Zhao Yuting
|
fb7f04e021
|
Update README.md
|
2 years ago |
Zhao Yuting
|
92d09d5cce
|
Update README_cn.md
|
2 years ago |
Zhao Yuting
|
57dcd0d17f
|
Update infer.py
change the infer in order to implement the new faster model for text
|
2 years ago |
Zhao Yuting
|
b627666ce9
|
Update model_alias.py
Add a new model for faster text process in cli
|
2 years ago |
Zhao Yuting
|
a02654660a
|
Update pretrained_models.py
Add a new model for faster text process
|
2 years ago |
tianhao zhang
|
ecbf324286
|
support bitransformer decoder, test=asr
|
2 years ago |
tianhao zhang
|
1a56a6e42b
|
add bitransformer decoder, test=asr
|
2 years ago |
TianYuan
|
5e714ecb4a
|
[doc]update api docs (#2406)
* update apt docs, test=doc
|
2 years ago |
TianYuan
|
eac362057c
|
add typehint for g2pw (#2390)
|
2 years ago |
WongLaw
|
324b166c52
|
Removed useless spk_id in speech_server and streaming_tts_server from demos, and support bilingual server engine, test=tts (#2380)
* Removed useless spk_id in speech_server and streaming_tts_server from demos, and support bilingual server engine.
|
2 years ago |
TianYuan
|
80b180217d
|
[TTS] fix some bugs of ERNIE-SAT (#2378)
* fix ernie_sat, test=tts
* fix for comments, test=tts
|
2 years ago |
Hui Zhang
|
07f566e0a5
|
Merge pull request #2372 from Zth9730/fix_dp_init
[s2t] DataParallel init method changed, fixed conformer could not multi-gpu training and don't affect dy2st
|
2 years ago |
tianhao zhang
|
663e3ab58e
|
fix dp init
|
2 years ago |
tianhao zhang
|
6745e9dd6b
|
fix dp init
|
2 years ago |
tianhao zhang
|
598eb1a5ef
|
Merge branch 'develop' into fix_dp_init
|
2 years ago |
WongLaw
|
989b755e8e
|
Revised must_neural_tone_words, test=doc. (#2370)
* Revised must_neural_tone_words.
|
2 years ago |
tianhao zhang
|
9560d650db
|
fix dp init
|
2 years ago |
TianYuan
|
7e4f3b029c
|
Merge pull request #2359 from yt605155624/add_vc2
[TTS]add aishell3 voice cloning with ECAPA-TDNN spk encoder
|
2 years ago |
tianhao zhang
|
82e04d7815
|
fix trianer
|
2 years ago |
TianYuan
|
f7873773bf
|
uadd __init__.py for VITS, test=tts (#2362)
|
2 years ago |
TianYuan
|
35c6ffa90b
|
Merge branch 'develop' of https://github.com/PaddlePaddle/PaddleSpeech into add_vc2
|
2 years ago |
TianYuan
|
e622f42d92
|
add aishell3 voice cloning with ECAPA-TDNN spk encoder
|
2 years ago |
TianYuan
|
1c30cff1bf
|
fix gpus of ernie_sat, test=tts (#2355)
|
2 years ago |
Hui Zhang
|
2bb40c41ba
|
Merge pull request #2351 from Zth9730/fix_deepspeech
[s2t] fix deepspeech2 decode_wav
|
2 years ago |
tianhao zhang
|
ab92e2c98c
|
fix deepspeech2 decode_wav
|
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
|
795eb7bd10
|
format paddlespeech with pre-commit (#2331)
|
2 years ago |
TianYuan
|
5d5888af8e
|
fix tone, update readme (#2335)
|
2 years ago |
贾晓
|
0b544ee84e
|
Merge pull request #2336 from Zth9730/fix_multigpu_train
[s2t] fix format test=asr
|
2 years ago |
tianhao zhang
|
cdcb1a5316
|
s2t: fix encoder.py
|
2 years ago |
tianhao zhang
|
ed2819d7af
|
fix format test=asr
|
2 years ago |
Hui Zhang
|
58ab7e8d10
|
Merge pull request #2334 from Zth9730/fix_multigpu_train
[s2t] fix asr_engine.py
|
2 years ago |
tianhao zhang
|
1dfca4ef73
|
fix multigpu training
|
2 years ago |
Hui Zhang
|
94e750c4c4
|
Merge pull request #2327 from Zth9730/fix_multigpu_train
[s2t] fix conformer/transformer multi-gpu training, maybe impact dy2st
|
2 years ago |
tianhao zhang
|
ed80b0e2c3
|
fix multigpu training test=asr
|
2 years ago |
tianhao zhang
|
733ec7f2bc
|
fix conformer multi-gpu training test=asr
|
2 years ago |