-
我的padllepaddle-gpu 版本为2.5.1 paddlespeech为develop版
采用示例paddlespeech asr --lang zh --input zh.wav 能成功运行并输出结果
但启动服务paddlespeech_server start --config_file ./paddlespeech/server/conf/application.yam…
-
Hi,
I'm using the WhisperX software and it's really amazing!
On a given audio file I get a segfault though. Nothing seems to be different with it from the rest that I have already transcribed. U…
-
Notice: In order to resolve issues more efficiently, please raise issue following the template.
(注意:为了更加高效率解决您遇到的问题,请按照模板提问,补充细节)
## 🐛 Bug
### Bug1
部署 funasr
cd FunASR/runtime
nohup bash run_s…
-
We currently have the following backends:
* Lowering backends: LLVM, WebAssembly, x86
* Language backends: C, C++, Julia
For lowering backends, I also want to add WebAssembly->x86 and arm, and …
-
Thanks for submitting the specification draft for CHERI!
CHERI allows us to build secure systems where a protection ring (M, H, S, U modes) is subsumed using just capability bounds (for accessing p…
-
Consider an example
```py
x: list[i32] = [1]
print(x[0])
```
ASR
```py
(TranslationUnit
(SymbolTable
1
{
_lpython_main_program:
(Function
…
-
环境
windows
python 3.10.8
操作:
git clone拉下来之后,安装了websocket, websocket-client, requests
然后python asrexample.py 就有如下报错
![企业微信截图_17010753446113](https://github.com/TencentCloud/tencentcloud-speech-sd…
-
In the example of Chapter 6 asr-lstm-ctc, it only has one wav file and one txt file to train. Now I would like to use Tedlium dataset to train, how can I rewrite the program? If I set the batch size a…
-
### Question
in flashlight/app/asr, fl_asr_decode support kenlm and convlm as language model, by options -lmtype=[kenlm,convlm]. I see flashlight/app/lm support Auto-regressive trainingand BERT-sty…
-
Dear mravanelli,
I have read your paper about the joint training distant ASR. It says that the code is opened. But I can not find .. Can you tell me how to get it ? Thank you !