tianhao zhang
|
5b5167b586
|
support u2pp cli and server, optimiz code of u2pp decode, test=asr
|
2 years ago |
YangZhou
|
3507829a6d
|
Merge pull request #2464 from THUzyt21/Deploy-text-model-in-server
[Server]Deploy text model in server
|
2 years ago |
ZapBird
|
7a13b35fe6
|
BytesIO类型时,要保证切到初始位置,这样多次读取才能够正常。比如__call__函数。 (#2484)
* BytesIO类型时,要保证切到初始位置,这样多次读取才能够正常。比如__call__函数。
__call__函数的参数audio_file为BytesIO类型时执行到self.preprocess(model, audio_file)会报错,需要判断audio_file为BytesIO类型时执行audio_file.seek(0)。
|
2 years ago |
tianhao zhang
|
5bbe6e9897
|
support u2pp cli and server, optimiz code of u2pp decode, test=asr
|
2 years ago |
Hui Zhang
|
bdf876ea7b
|
Merge branch 'develop' into u2pp_export
|
2 years ago |
Zhao Yuting
|
304dc2603c
|
Update text_engine.py
|
2 years ago |
Zhao Yuting
|
80837fd658
|
Update punc_application.yaml
|
2 years ago |
Zhao Yuting
|
8c945c073d
|
Update application.yaml
|
2 years ago |
Zhao Yuting
|
b9693a0e8e
|
Update text_engine.py
|
2 years ago |
Hui Zhang
|
a657cc3e1b
|
Merge pull request #2478 from Zth9730/allocator_strategy
[ASR] Chang memory allocator strategy to fix gpu training hang
|
2 years ago |
tianhao zhang
|
404708c640
|
fix s2t gpu training hang
|
2 years ago |
Zhao Yuting
|
8ecf6796f3
|
Update text_engine.py
|
2 years ago |
Hui Zhang
|
afda7ed7d1
|
remove useless code
|
2 years ago |
TianYuan
|
764fa0a859
|
Update README_cn.md
|
2 years ago |
TianYuan
|
175f0e7ba7
|
Update README.md
|
2 years ago |
TianYuan
|
faa0808511
|
Update README_cn.md
|
2 years ago |
TianYuan
|
4e55c2067f
|
Update README.md
|
2 years ago |
YangZhou
|
a68db6a709
|
Merge pull request #2465 from THUzyt21/text-example-config-files
Text example config files
|
2 years ago |
YangZhou
|
4841f94298
|
Merge pull request #2421 from THUzyt21/Deploy-fast-text-model-for-cli
[CLI]Deploy fast text model for cli
|
2 years ago |
TianYuan
|
1e4f4dc5d3
|
Update README.md
|
2 years ago |
YangZhou
|
426420d48e
|
Merge pull request #2466 from yt605155624/update_readme
[doc]add Speaker Diarization in readme
|
2 years ago |
TianYuan
|
ae90c51bd6
|
add Speaker Diarization in readme, test=doc
|
2 years ago |
Zhao Yuting
|
4c70f71671
|
Rename Ernie-tiny.yaml to ernie-tiny.yaml
|
2 years ago |
Zhao Yuting
|
bdf577b43a
|
Create Ernie-tiny.yaml
|
2 years ago |
Zhao Yuting
|
d016584a3c
|
Rename ernie-3.0-nano-zh to ernie-3.0-nano-zh.yaml
|
2 years ago |
Zhao Yuting
|
402770f193
|
Create ernie-3.0-nano-zh
|
2 years ago |
Zhao Yuting
|
83fd9589a1
|
Create ernie-3.0-mini.yaml
|
2 years ago |
Zhao Yuting
|
ca780d7edc
|
Rename ernie-3.0-medium-zh to ernie-3.0-medium.yaml
|
2 years ago |
Zhao Yuting
|
7753a3bddc
|
Create ernie-3.0-medium-zh
config file of ernie-3.0-medium-zh
|
2 years ago |
Zhao Yuting
|
ae8076c746
|
Rename ernie-3.0.yaml to ernie-3.0-base.yaml
|
2 years ago |
Zhao Yuting
|
83cd15be0c
|
Create ernie-3.0.yaml
config file of ernie-3.0-base-zh
|
2 years ago |
Hui Zhang
|
b20bf7d5de
|
masked_fill by multiply, remove while
|
2 years ago |
Zhao Yuting
|
d2da7f50d2
|
Update text_engine.py
precommihted already
|
2 years ago |
Zhao Yuting
|
82f731c153
|
Update application.yaml
change model
|
2 years ago |
Zhao Yuting
|
9f8fbdbc09
|
Update punc_application.yaml
change model
|
2 years ago |
Zhao Yuting
|
0cd01241db
|
Update test_cli.sh
update about text cli
|
2 years ago |
Hui Zhang
|
feb27e2a84
|
fuse linear kv
|
2 years ago |
Hui Zhang
|
3adb20b468
|
eliminate shape and slice
|
2 years ago |
Hui Zhang
|
46088c0a16
|
elimiate attn transpose
|
2 years ago |
Hui Zhang
|
f9e3eaa024
|
transpose in matmul
|
2 years ago |
liangym
|
63f70c9fd0
|
fix finetune batch size (#2457)
* fix batch_size, test=tts
|
2 years ago |
Hui Zhang
|
3d7ca93861
|
bool type slice
|
2 years ago |
Hui Zhang
|
c2c8a662b1
|
refactor reshape
|
2 years ago |
Hui Zhang
|
6de81d74d9
|
elimiete cast dtype for bool op
|
2 years ago |
Hui Zhang
|
8e7a315e00
|
remove comment
|
2 years ago |
Ming
|
e65622548d
|
update readme and fixed bug in ngpu (#2451)
* update readme and fixed ngpu bug
* update png in readme
* update readme and FT web ttsText
|
2 years ago |
Hui Zhang
|
c4a5ae3825
|
eliminate mul
|
2 years ago |
WongLaw
|
66782120b2
|
Merge branch 'PaddlePaddle:develop' into develop
|
2 years ago |
TianYuan
|
b058a2d3fe
|
Update run_en.sh
|
2 years ago |
TianYuan
|
8e2367a93c
|
Update run.sh
|
2 years ago |