megemini
f0b7f5b995
[Fix] type promotion ( #3944 )
2 months ago
megemini
e4038b4b6e
[Hackathon 7th] 修复 `vctk` 的 `ernie_sat` 训练时出现的类型提升问题 ( #3943 )
...
* [Fix] vctk type promotion
* [Fix] type promotion
2 months ago
cyberslack_lee
b84e86d718
[hackathon7] Add timit/asr1 readme.md ( #3930 )
...
* add timit md file
* fix
* fix
2 months ago
张春乔
9d16002c23
[Hackathon 7th] fix aishell3/vctk vc0/ernie ( #3928 )
...
* fix aishell3-vc0
* fix aishell3-vc0
* Apply suggestions from code review
* Apply suggestions from code review
2 months ago
张春乔
5069111e6d
[Hackathon 7th] 修复 deepspeech2online 的导出问题 ( #3935 )
...
* Update model.py
* Update model.py
2 months ago
megemini
e3c4d4bd7e
[Fix] use reshape instead of view ( #3939 )
2 months ago
cyberslack_lee
a34bf501a5
[Hackathon 7th] 修复 opencopop的svs1中的shape问题 ( #3912 )
...
* fix svs1
* fix
* fix
* fix
* fix
* add comment
2 months ago
megemini
d17361cf8c
[Fix] duplicated arg ( #3934 )
2 months ago
zxcd
2985c4daea
【asr】add chunk config for tal_cs ( #3936 )
...
* add chunk config
* fix
* fix
2 months ago
megemini
ff539ef007
[Fix] transpose use numpy ( #3933 )
2 months ago
zxcd
c0fafd0647
support new inference interface ( #3927 )
...
* pir infer
* add version control
* fix
2 months ago
megemini
f582cb6299
[Hackathon 7th] 修复 `panns` 中 `predict.py` 对于 pir 的 json 模型路径 ( #3914 )
...
* [Fix] panns predict.py
* [Update] path exists
* [Fix] disable mkldnn and transpose dimension
* [Update] model_file check json first
* [Update] satisty version
* [Update] satisty version
* [Update] satisty version
* [Update] config disable_mkldnn
* [Update] unsqueeze
2 months ago
张春乔
67ae7c8dd2
[Hackathon 7th] fix Voc5/Jets/TTS2 with CSMSC ( #3906 )
...
* fix Voc5/Jets with CSMSC
* fix Voc5/Jets with CSMSC
* Update README.md
* Update README.md
* Update README.md
* Update iSTFTNet.md
* Apply suggestions from code review
* Apply suggestions from code review
* Apply suggestions from code review
2 months ago
张春乔
c33d9bfb50
fix vits with CSMSC ( #3920 )
2 months ago
megemini
890c87ea93
[Fix] import TimeDomainSpecAugment ( #3919 )
2 months ago
yinfan98
5b3612f273
【Hackathon 7th】fix whisper at Paddle 3.0 ( #3880 )
...
* fix whisper at Paddle 3.0
* fix whisper at Paddle 3.0
* fix whisper at Paddle 3.0
* fix lint
* fix
* fix whisper ci
* Update TTSCppFrontend
* Update utils
* Update steps
* Update utils
* Update __init__.py
* Update whisper.py
* Update utils
* Update utils
2 months ago
megemini
4015676a42
[Hackathon 7th] 修复 `librispeech` 中 `asr` 的 `readme` ( #3917 )
...
* [Fix] librispeech asr0 readme
* [Fix] librispeech asr1 readme
2 months ago
megemini
5e8c727fd6
[Hackathon 7th] 修复 `tal_cs` 测试中 0D tensor to 1D ( #3913 )
...
* [Fix] 0D tensor to 1D
* [Update] feat dim
2 months ago
megemini
a397ebe207
[Fix] import print_arguments ( #3918 )
2 months ago
megemini
3e53497a28
[Hackathon 7th] 修复 vctk 中 `spk_emb` 维度问题 ( #3916 )
...
* [Fix] vctk spk_emb dim
* [Update] dim == 1
2 months ago
megemini
77dfdc439f
[Update] tal_cs readme ( #3911 )
2 months ago
Wang Xin
61728f8db6
NumPy compatibility enhancements ( #3907 )
...
* NumPy compatibility enhancements
* update code
2 months ago
张春乔
e22173f739
[Hackathon 7th] Update Tiny README.md ( #3896 )
...
* Update README.md
* Update README.md
2 months ago
张春乔
7dc806dc1d
run with aishell/asr3 ( #3904 )
2 months ago
megemini
7fd5abd75d
[Fix] max between int and value ( #3903 )
2 months ago
张春乔
afa9466c89
[Hackathon 7th] 修复Example/tiny的文档错误 ( #3892 )
...
* Update README.md
* Update README.md
2 months ago
megemini
83ff490db4
[Fix] g2p run.sh ( #3886 )
2 months ago
张春乔
6a867fdafe
Remove None-Existed floder and add Existed floder ( #3881 )
...
* Update README.md
* Apply suggestions from code review
* Apply suggestions from code review
2 months ago
张春乔
65b6c8ef51
Remove Dependence of Paddlepaddle-gpu ( #3898 )
...
* Update setup.py
* Update setup.py
2 months ago
zxcd
d32ced7f1a
separate paddle.logsumexp ( #3897 )
2 months ago
zxcd
89bfd44293
fix file name ( #3895 )
2 months ago
张春乔
be7373326c
Update README.md ( #3890 )
2 months ago
cyberslack_lee
fa96ec3bec
[Hackathon 7th] 修复 opencopop的svs1中安装依赖包问题 ( #3889 )
...
* fix
* fix
2 months ago
Wang Xin
62c21e951f
replace view with reshape in aishell/asr1 ( #3887 )
2 months ago
张春乔
6f44ac92c8
fix the shape error in layer_norm ( #3884 )
2 months ago
Wang Xin
4fdb0647f4
fix type promotion TypeError in tensor_utils.py ( #3883 )
2 months ago
megemini
ebf04b452d
[Fix] tess readme ( #3882 )
2 months ago
张春乔
419af4503c
【Hackathon 7th】Remove parser.add_argument ( #3878 )
...
* Update test_wav.py
* Update export.py
* Update test_export.py
* Update model.py
* Update README.md
* Apply suggestions from code review
* Apply suggestions from code review
* Update README.md
* Update README.md
* Update test.py
* Update README.md
2 months ago
wanx7130
99d4b7061a
Add GCU Backend ( #3875 )
3 months ago
张春乔
290d161d8a
【Hackathon 7th】add implemention of strtobool ( #3877 )
...
* add implemention of strtobool
* Apply suggestions from code review
* Apply suggestions from code review
* Apply suggestions from code review
3 months ago
Wang Xin
21b55419c7
fix scipy import error ( #3874 )
3 months ago
Wang Xin
e75a3987fc
update install_openblas.sh ( #3876 )
3 months ago
张春乔
5f40262a96
Fix wav2vec error in Demos/ssl ( #3872 )
...
* Update infer.py
* Update wav2vec2_ASR.py
* Apply suggestions from code review
* Apply suggestions from code review
* Update infer.py
* Update wav2vec2_ASR.py
* Apply suggestions from code review
3 months ago
SuiYunsy
8279539978
Fix a bug of streaming_tts_server ( #3865 )
...
* Fix a bug of streaming_tts_server
Fix "Failed to get model related files" when using fastspeech2_csmsc_onnx model in streaming_tts_server.
* Fix CodeStyle
3 months ago
undefined
6f84388189
添加量词和单位符号 ( #3837 )
...
* 添加对公里、公引、公丈、公尺、公寸、公分、公釐的支持
> 低于100公里或超过110公里时
先前生成```低于幺零零公里或超过幺幺零公里时```
修改后```低于一百公里或超过一百一十公里时```
* 添加更多单位
3 months ago
张春乔
d5b0020e9a
Fix missing ’ ( #3869 )
3 months ago
131
e41a8794c4
fix pydantic dependency ( #3715 )
...
* fix pydantic dependency
pydantic>=2.0时,str不能为None
* remove extra space
3 months ago
megemini
6316514329
[Fix] type promotion ( #3817 )
3 months ago
zxcd
658d19a73e
【doc】add Squeezeformer info in README ( #3860 )
...
* Update README.md
* Update README_cn.md
* Update README_cn.md
4 months ago
tianshuo78520a
bf03c9a620
Add server ci ( #3857 )
...
* Add server ci
* fix
4 months ago