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
YangZhou
2be7e5725f
[engine]fix asr compile ( #3078 )
...
* fix asr compile
* add pybind
2 years ago
jlqian98
ab4217c2e4
[Engine] add TN/ITN functions ( #3047 )
...
* add AddBlk, ReverseFrac function
* rename text processing functions
2 years ago
liangym
1a272e11de
get music score, test=doc ( #3070 )
2 years ago
masimeng1994
704e363a2d
fix asr cmake ( #3071 )
2 years ago
zxcd
ca575bdda3
[Doc] change define asr server config to chunk asr config, test=doc ( #3067 )
...
* Update README.md
* Update README_cn.md
2 years ago
TianYuan
0a2e367ff4
[TTS]clean starganv2 vc model code and add docstring ( #2987 )
...
* clean code
* add docstring
2 years ago
liangym
880c172db7
[TTS] add svs frontend ( #3062 )
2 years ago
masimeng1994
f34d4ad4df
[runtime] fix vad and cls cmake ( #3050 )
...
* fix vad and cls cmake
2 years ago
TianYuan
46334ae045
Update setup.py ( #3056 )
2 years ago
TianYuan
d5720e4e7b
fix input dtype of elementwise_mul op from bool to int64 ( #3054 )
2 years ago
夜雨飘零
31a4562ae8
[ASR]add squeezeformer model ( #2755 )
...
* add squeezeformer model
* change CodeStyle, test=asr
* change CodeStyle, test=asr
* fix subsample rate error, test=asr
* merge classes as required, test=asr
* change CodeStyle, test=asr
* fix missing code, test=asr
* split code to new file, test=asr
* remove rel_shift, test=asr
2 years ago
zxcd
9bf5471613
optional tokenizer and fix some doc. ( #3042 )
2 years ago
TianYuan
b07f87b42e
Update README.md
2 years ago
TianYuan
78a0ded1b2
Update README_cn.md
2 years ago
TianYuan
596f5c28f2
Update README.md
2 years ago
TianYuan
b32b005037
Update README_cn.md
2 years ago
TianYuan
03ebbc335b
Update README.md
2 years ago
TianYuan
5270fda5bf
[docs]update readme ( #3043 )
2 years ago
TianYuan
706a68bde9
fix dtype diff of last expand_v2 op of VITS ( #3041 )
2 years ago
liangym
348064de0d
[TTS] add opencpop HIFIGAN example ( #3038 )
...
* add opencpop voc, test=tts
* soft link
* add opencpop hifigan, test=tts
* update
2 years ago
zxcd
4e9bca177a
[ASR] change optimizer and fix import error, test=asr ( #3023 )
...
* mv dataio.py to s2t.io.speechbrain.dataio
mv dataio.py to paddlespeech.s2t.io.speechbrain.dataio
* remove transformers import.
* change optimizer same with released model
* add paddlenlp version in RESULT.md.
* fix run.sh
* fix data.sh step_num.
* add adadelta optimizer config.
* fix wav2vec2 test_wav.sh run error.
* add tokenizer config.
2 years ago
TianYuan
65c3217b8b
Update textnorm_test_cases.txt
2 years ago
liangym
435fc5cc19
[TTS] add opencpop PWGAN example ( #3031 )
...
* add opencpop voc, test=tts
* soft link
2 years ago
TianYuan
1aa7495dab
[TTS]Add license and reformat for TTSCppFrontend ( #3030 )
2 years ago
jlqian98
b9bdeca6c5
add text blank preprocess, test=asr ( #3025 )
2 years ago
TianYuan
259f4936ee
Update README_cn.md
2 years ago
TianYuan
f7567e4795
Update README.md
2 years ago
TianYuan
271112ca69
fix vits reduce_sum's input/output dtype, test=tts ( #3028 )
2 years ago
老虎会游泳
34f2995bcf
[TTS][Paddle-Lite] Add Chinese C++ TTS Frontend, let TTS Arm Linux demo support the synthesis of arbitrary Chinese sentences ( #3018 )
...
* [TTS] add a TTS CPP frontend demo
2 years ago
liangym
1afd14acd9
[TTS]add Diffsinger with opencpop dataset ( #3005 )
2 years ago
TianYuan
acf943007e
Update requirements.txt
2 years ago
TianYuan
33190ac4cb
Update setup.py
2 years ago
Hui Zhang
f0ef6f1caf
[runtime] vad jni demo ( #3027 )
...
* android vad jni demo
* update src
* rename
2 years ago
Hui Zhang
bf914a9c8b
[runtime] optimization compile and add vad interface ( #3026 )
...
* vad recipe ok
* refactor vad, add vad conf, vad inerface, vad recipe
* format
* install vad lib/bin/inc
* using cpack
* add vad doc, fix vad state name
* add comment
* refactor fastdeploy download
* add vad jni; format code
* add timer; compute vad rtf; vad add beam param
* andorid find library
* fix log; add vad rtf
* fix glog
* fix BUILD_TYPE bug
* update doc
* rm jni
2 years ago
MistEO
319c805968
[TTS] Support set device id for tts prediction, test=tts ( #3019 )
2 years ago
TianYuan
817263fd30
Update README_cn.md
2 years ago
TianYuan
b8c597183b
Update README.md
2 years ago
zxcd
3145325b4e
[ASR] add wav2vec2 aishell model result, test=asr ( #3012 )
...
* Create RESULT.md
* add wav2vec2ASR-large-aishell1 finetune model.
* update model link and add readme.
* fix released model info.
2 years ago
zxcd
5186319f48
fix load model schedule error, config optional. ( #3008 )
2 years ago
TianYuan
30e546c7b6
Update copyright-check.hook
2 years ago
TianYuan
528ae58a67
[TTS]remove pad op in static model by replace F.pad with nn.Pad1D and nn.Pad2D ( #3002 )
...
* remove pad op in static model by replace F.pad with nn.Pad1D and nn.Pad2D
* fix variable names
* add note
2 years ago
TianYuan
864f9a1949
Update README_cn.md
2 years ago
TianYuan
d1830945d2
Update README.md
2 years ago
zxcd
033b877433
[ASR]add u2pp_wenetspeech_static_quant to released_model.md, test=doc ( #2973 )
...
* Update released_model.md
* Update released_model.md
2 years ago
TianYuan
c78b0acfa8
Update README.md
2 years ago
TianYuan
6d4914bf92
Update README.md
2 years ago
TianYuan
45252e7f08
Update README.md
2 years ago
TianYuan
dfbfb253f1
Update README.md
2 years ago
老虎会游泳
cac96ac9e2
[TTS][Paddle-Lite]add a TTS demo for ARM Linux ( #2991 )
2 years ago