-
## 🐛 Bug
Running samples on the Linux platform (Ubuntu Focal/Mint Ulyssa flavors) causes crash due to the missing "soundfile" backend.
## To Reproduce
On Ubuntu (focal):
1. python3 -m python…
-
Expose skip connections in the ordinary (non `_q`, non `_gpu`, non `.onnx`) model variety, i.e. add `_skips` model, probably with `_v3` models
-
If using both silero-models and silero-vad combined in a function call, only either the models or vad call works, while the second leads to an ImportError:
**ImportError: cannot import name **'ge…
-
After README.md updates VAD example code looks like this:
```
...
(get_speech_ts,
get_speech_ts_adaptive
_, read_audio,
_, _, _) = utils
...
```
So there are missing commas after `get_…
-
## 🐛 Bug
I tried to use the model in a Raspberry PI 3B and i get the following error :
fft: ATen not compiled with MKL support
So i tried to modify the stft function in torch/functional.py to use…
-
Hi guys,
Since `torch.hub` is so great I would just want to ask some friendly advice on this topic
- https://github.com/snakers4/silero-models/issues/49
Maybe someone here faced similar issues …
-
🙏
0xEb0 updated
3 years ago
-
I've tried to run the model with en/de/es succssfully, and we want to export the models to ONNX file for running with onnxruntime.
Unfortunately, in Ubuntu + PyTorch 1.7.1 + Python 3.8.5, the torch…
-
**tl;dr: how to migrate to new backend/interface in `0.7`**
* If you are using `torchaudio` in Linux/macOS environments, please use `torchaudio.set_audio_backend("sox_io")` to adopt to the upcoming…
-
## ❓ Questions and Help
We have a [wiki](https://github.com/snakers4/silero-models/wiki) available for our users. Please make sure you have checked it out first.
I used torch 1.7.1, run vad exam…