-
## Export silero-vad ONNX to TensorRT
I am trying to translate the supplied ONXX network (`files/silero_vad.onnx`) to TensorRT (.trt). I tried two tools:
- `trtexec` from nvidia (https://github.co…
-
## 🐛 Bug
## To Reproduce
Steps to reproduce the behavior:
1. Loading Jit model
2. Inference Model
3. Memory leak
```
self.model = init_jit_model('./asr/silero_vad.jit')
self.mode…
-
Voice Activity Detection can reduce call of `transcribe`.
The VAD should be light-weight.
See also https://github.com/openai/whisper/discussions/29#discussioncomment-3726710
-
### Discussed in https://github.com/snakers4/silero-vad/discussions/154
Hi, I had encounted the same problem.
When I call the **'forward'** function with one parameters (_like this forward(inputs)_)…
-
When using `whispering --language multi --model large -n 90 --allow-padding --host 0.0.0.0 --port 8000`
-
## Describe the bug
No ASR results are produced and error after a while
## To Reproduce
whispering --language en --model tiny --debug
## Logs
(whisper_streaming) fc@Claudios-MacBook-Pro whisp…
-
### 🐛 Describe the bug
When running this sample on Windows :
```python
import torch
data = torch.hub.load(repo_or_dir='snakers4/silero-vad', model='silero_vad')
```
It doesn't work on Windows af…
-
when I run in multithread, I get errors as the pic show :
![image](https://user-images.githubusercontent.com/6120860/177981412-1644687b-897c-411b-948b-8d4d2f2cc8e7.png)
the code is
![image](ht…
-
What is the code's root directory (ego4d_av_diaraization) that is mentioned in the README as below? Is it necessary to move something to '~/.cache/torch/hub/'? Is there any workaround?
`
Then, unt…
-
Sorry for not using the issue template.
`speeches[i+1]['start']` is not modified in the below else statement.
https://github.com/snakers4/silero-vad/blob/ea7af70fe9b354364aa85a4245dded9448071e6a/u…