huangyuxin
|
fcdaef6cb4
|
replace fbank, test=asr
|
3 years ago |
TianYuan
|
f256bb9c0e
|
Merge pull request #1771 from lym0302/add_streaming_cli
[server] add streaming tts demos
|
3 years ago |
lym0302
|
c00c31594c
|
updata readme, test=doc
|
3 years ago |
lym0302
|
70424e1ef9
|
add streaming tts demos, test=doc
|
3 years ago |
Hui Zhang
|
312fc4e11e
|
Merge pull request #1766 from Jackwaterveg/fix
[ASR] ds2: add log_interval and fix lr problem when resume training
|
3 years ago |
TianYuan
|
0b1b573a3f
|
Merge pull request #1767 from Jackwaterveg/cli
[CLI] Add conformer_aishell, conformer_online_aishell
|
3 years ago |
huangyuxin
|
ad4e04fc82
|
add conformer_online_aishell, test=doc
|
3 years ago |
huangyuxin
|
12d2f6ea95
|
fix conformer_aishell of cli, test=doc
|
3 years ago |
huangyuxin
|
5912ba53e4
|
fix log_interval and lr when resume training, test=asr
|
3 years ago |
Hui Zhang
|
91e24b0480
|
format code
|
3 years ago |
xiongxinlei
|
13a37b4892
|
update the online protocal note, test=doc
|
3 years ago |
xiongxinlei
|
2f2cb7eaaf
|
update the audio handler note, test=doc
|
3 years ago |
xiongxinlei
|
7aa5a3df2b
|
fix the streaming asr server bug, server client, test=doc
|
3 years ago |
huangyuxin
|
19998ea29b
|
add aishell conformer, test=doc
|
3 years ago |
TianYuan
|
24f0a7d44b
|
Merge pull request #1733 from lym0302/tts_stream
[server] add onnx tts engine
|
3 years ago |
TianYuan
|
9121dfc046
|
Merge pull request #1752 from yt605155624/fix_wavernn
[TTS]fix wavernn white noise bug for paddle develop(2.3)
|
3 years ago |
TianYuan
|
08a4673355
|
fix wavernn bug, test=tts
|
3 years ago |
Jackwaterveg
|
85b50c4700
|
Merge pull request #1741 from Jackwaterveg/debug
[ASR] remove redundant log
|
3 years ago |
lym0302
|
104c7ff27d
|
code format, test=doc
|
3 years ago |
lym0302
|
e398fe9c74
|
remove code, test=doc
|
3 years ago |
Hui Zhang
|
3561875dd0
|
Merge branch 'develop' into fix
|
3 years ago |
Hui Zhang
|
c7d9b11529
|
format
|
3 years ago |
huangyuxin
|
8e37a7c7f0
|
remove redundant log, test=doc
|
3 years ago |
xiongxinlei
|
56751a1ed5
|
update the server device to paddle.device, test=doc
|
3 years ago |
xiongxinlei
|
4b76a01c85
|
update en readme.md, test=doc
|
3 years ago |
xiongxinlei
|
1a0c2bea5d
|
add streaming asr demo, test=doc
|
3 years ago |
lym0302
|
4e9db4ff71
|
add onnx tts engine, test=doc
|
3 years ago |
Jackwaterveg
|
8d1ee8262e
|
Merge branch 'develop' into CER
|
3 years ago |
qingen
|
0186f522af
|
Merge pull request #1725 from qingen/database-search
[vec] add GRL to domain adaptation
|
3 years ago |
TianYuan
|
e089268642
|
Merge pull request #1727 from yt605155624/refactor_syn_util
[TTS]add paddle device set for ort and inference
|
3 years ago |
TianYuan
|
4646f7cc8d
|
add paddle device set for ort and inference, test=doc
|
3 years ago |
Hui Zhang
|
523d5bd6d4
|
Merge pull request #1723 from yt605155624/refactor_syn_util
[TTS]restructure syn_utils.py, test=tts
|
3 years ago |
qingen
|
7e8f9f5336
|
[vec][layer] add GRL to domain adaptation, test=doc fix #1724
|
3 years ago |
TianYuan
|
c74fa9ada8
|
restructure syn_utils.py, test=tts
|
3 years ago |
qingen
|
26d5dded7c
|
Merge branch 'PaddlePaddle:develop' into cluster
|
3 years ago |
qingen
|
6a7245657f
|
[vec][loss] add FocalLoss to deal with class imbalances, test=doc fix #1721
|
3 years ago |
qingen
|
9382ad8a16
|
Merge pull request #1719 from qingen/cluster
[vec][loss] add NCE Loss from RNNLM
|
3 years ago |
Hui Zhang
|
cf9a590fa5
|
Merge pull request #1704 from Honei/server
[asr][websocket] add asr conformer websocket server
|
3 years ago |
xiongxinlei
|
ac9fcf7f4a
|
fix the asr infernece model, paddle.no_grad, test=doc
|
3 years ago |
xiongxinlei
|
ff4ddd229e
|
fix the unuseful code, test=doc
|
3 years ago |
xiongxinlei
|
9c03280ca6
|
remove debug info, test=doc
|
3 years ago |
xiongxinlei
|
48fa84bee9
|
fix the asr online client bug, return None, test=doc
|
3 years ago |
qingen
|
00febff734
|
[vec][loss] update docstring, test=doc fix #1717
|
3 years ago |
xiongxinlei
|
babac27a79
|
fix ds2 online edge bug, test=doc
|
3 years ago |
liangym
|
ab656aab57
|
Merge pull request #1713 from lym0302/tts_stream
[server] add streaming am infer
|
3 years ago |
xiongxinlei
|
dcab04a799
|
merge develop to server
|
3 years ago |
xiongxinlei
|
f56dba0ca7
|
fix the code format, test=doc
|
3 years ago |
Honei
|
55122cfc86
|
Merge branch 'develop' into server
|
3 years ago |
TianYuan
|
7c0ec3c249
|
Merge pull request #1716 from yt605155624/update_cli
[CLI]update cli, test=doc
|
3 years ago |
xiongxinlei
|
380afbbc5d
|
add ds2 model multi session, test=doc
|
3 years ago |