-
Here is how to improve our ASR types design and simplify backends and improve optimizations. Here is "ab-initio" derivation:
* ASR has to have types. Why? To ensure (using verify()) that all the pi…
-
我在ubuntu22.04上运行起来了,但是运行wukong.py文件之后是以下这样的;是需要唤醒吗?我录制唤醒词了,还是不可以;在后台管理系统里输入唤醒词也是抱错:“抱歉, bing回答失败”
麻烦大佬解答一下。
********************************************************
* wukong-robot - 中文…
-
Les orientations possibles de input sont: ipl, spr, sal, iar
Les orientations possibles de output sont: ipl, spr, sal, ial, asr, asl
lacan updated
1 month ago
-
Notice: In order to resolve issues more efficiently, please raise issue following the template.
(注意:为了更加高效率解决您遇到的问题,请按照模板提问,补充细节)
## 🐛 Bug
### To Reproduce
Steps to reproduce the behavio…
-
Google ASR requests are sometimes hanging.
https://forum.snips.ai/t/google-asr-does-not-work-properly-after-update-to-0-61-1/1808
**Version**
Snips Flow 1.1.0 (0.61.1)
**How to reproduce**
…
-
run.sh: line 108: 44414 Illegal instruction (core dumped) python local/pyannote_finetune.py --exp_folder $pyan_finetune_dir --batch_size $pyan_batch_size --learning_rate $pyan_learning_rate --toke…
-
我有这样一个需求,我想要找到某一句话对应的语音在视频中的位置,然后用剪辑工具将这句话的视频剪辑出来,也就是说,我需要知道语音在视频中的起始和终止位置。
在faster_whisper中有这样一个功能:
```
from faster_whisper import WhisperModel, BatchedInferencePipeline
model = WhisperMode…
-
![image](https://github.com/user-attachments/assets/68f6f3f4-22a9-45e5-b9ad-e3787e8869a5)
![image](https://github.com/user-attachments/assets/85591fe3-2cae-49ed-a351-b4890ed8f851)
用阿里的模型speech_paraf…
-
I'm getting this error when running the `latest-gpu` variant of the image using `podman`:
````
Could not load library libcudnn_cnn_infer.so.8. Error: libcuda.so: cannot open shared object file: No…
-
```fortran
program main
implicit none
character(len=3) :: num
num(1:3) = 'sbs'
print *, num
end program main
```
While generating the LLVM code from the ASR after ASR passes,…